Skip to content

Commit a9099da

Browse files
authored
Merge pull request #38 from tkoolen/tk/drop-0.7
Fully drop 0.7 support.
2 parents 40e10bb + 9ad67e2 commit a9099da

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

REQUIRE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
julia 0.7-alpha
2-
Compat 0.33 # for Compat.Test
1+
julia 1.0

src/TypeSortedCollections.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
VERSION < v"0.7.0-beta2.199" && __precompile__()
2-
31
module TypeSortedCollections
42

53
export
@@ -8,8 +6,6 @@ export
86
eltypes,
97
vectortypes
108

11-
using Compat
12-
139
const TupleOfVectors = Tuple{Vararg{Vector{T} where T}}
1410

1511
struct TypeSortedCollection{D<:TupleOfVectors, N}

0 commit comments

Comments
 (0)