Skip to content

Commit

Permalink
Deprecation of $ in favour of xor
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 14, 2016
1 parent 2534435 commit 1e3aca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1679,4 +1679,10 @@ if VERSION < v"0.6.0-dev.848"
end
end

# julia#18977
if !isdefined(Base, :xor)
const xor = $
const = xor
end

end # module

0 comments on commit 1e3aca9

Please sign in to comment.