Skip to content

Commit

Permalink
Merge 3c11a0a into b974c39
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Feb 18, 2017
2 parents b974c39 + 3c11a0a commit cf3aa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.5.0
Compat 0.18.0
Compat 0.19.0
NullableArrays
2 changes: 1 addition & 1 deletion src/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function @compat(Base.:(==))(A::CatArray, B::CatArray)
end

size(A::CatArray) = size(A.refs)
linearindexing{T <: CatArray}(::Type{T}) = Base.LinearFast()
@compat Base.IndexStyle(::Type{<:CatArray}) = IndexLinear()

@inline function setindex!(A::CatArray, v::Any, I::Real...)
@boundscheck checkbounds(A, I...)
Expand Down

0 comments on commit cf3aa68

Please sign in to comment.