diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-09-20 11:39:39 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-09-20 11:39:39 +0100 |
commit | ac3998e2408b86ac9cf0db861c4500c88edfe36a (patch) | |
tree | 0c4b06eea9f997ee130a7bee880f9d4815a4125e /Jamroot.jam | |
parent | Tweak to move volume proxy reset into locked region (diff) | |
download | netfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.tar.bz2 netfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.tar.xz netfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.zip |
Bump to C++20, required by new Slicer
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 98a24a6..38959db 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -11,7 +11,7 @@ variant coverage : debug ; project : requirements <define>ICE_CPP11_MAPPING - <cxxstd>17 + <cxxstd>20 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |