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 97b7cfa commit dc55bd5Copy full SHA for dc55bd5
src/cpython/context.jl
@@ -49,16 +49,17 @@ function get_libstdcxx_version_bound()
49
vers_mapping = Dict(
50
18 => v"4.8.0",
51
19 => v"4.8.3",
52
+ 20 => v"4.9.0",
53
21 => v"5.1.0",
54
22 => v"6.1.0",
55
23 => v"7.1.0",
56
24 => v"7.2.0",
57
25 => v"8.1.0",
58
26 => v"9.1.0",
59
27 => v"9.2.0",
- 28 => v"9.3.0",
60
- 29 => v"11.1.0",
61
- 30 => v"12.1.0",
+ 28 => v"9.5.0",
+ 29 => v"11.3.0",
62
+ 30 => v"12.2.0",
63
31 => v"13.1.0",
64
)
65
# Get the libstdcxx version that is currently loaded in this Julia process
0 commit comments