We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccbcfd commit b674913Copy full SHA for b674913
src/CxxWrap.jl
@@ -10,7 +10,7 @@ ConstCxxPtr, ConstCxxRef, CxxRef, CxxPtr,
10
CppEnum, ConstArray, CxxBool, CxxLong, CxxULong, CxxChar, CxxChar16, CxxChar32, CxxWchar, CxxUChar, CxxSignedChar,
11
CxxLongLong, CxxULongLong, ptrunion, gcprotect, gcunprotect, isnull, libcxxwrapversion
12
13
-const libcxxwrap_version_range = (v"0.13.0", v"0.14")
+const libcxxwrap_version_range = (v"0.14.0", v"0.15")
14
15
using libcxxwrap_julia_jll # for libcxxwrap_julia and libcxxwrap_julia_stl
16
0 commit comments