Skip to content

Commit b9f70b6

Browse files
committed
bugfix in unsafevectorview
1 parent 8510dae commit b9f70b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
immutable UnsafeVectorView{T} <: AbstractVector{T}
2-
offset::Int
3-
len::Int
1+
immutable UnsafeVectorView{T,U} <: AbstractVector{T}
2+
offset::U
3+
len::U
44
ptr::Ptr{T}
55
end
66

0 commit comments

Comments
 (0)