Skip to content

Commit

Permalink
Merge pull request #38 from tkoolen/tk/drop-0.7
Browse files Browse the repository at this point in the history
Fully drop 0.7 support.
  • Loading branch information
tkoolen authored Sep 26, 2018
2 parents 40e10bb + 9ad67e2 commit a9099da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
julia 0.7-alpha
Compat 0.33 # for Compat.Test
julia 1.0
4 changes: 0 additions & 4 deletions src/TypeSortedCollections.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERSION < v"0.7.0-beta2.199" && __precompile__()

module TypeSortedCollections

export
Expand All @@ -8,8 +6,6 @@ export
eltypes,
vectortypes

using Compat

const TupleOfVectors = Tuple{Vararg{Vector{T} where T}}

struct TypeSortedCollection{D<:TupleOfVectors, N}
Expand Down

0 comments on commit a9099da

Please sign in to comment.