summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-09-20 11:39:39 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-09-20 11:39:39 +0100
commitac3998e2408b86ac9cf0db861c4500c88edfe36a (patch)
tree0c4b06eea9f997ee130a7bee880f9d4815a4125e
parentTweak to move volume proxy reset into locked region (diff)
downloadnetfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.tar.bz2
netfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.tar.xz
netfs-ac3998e2408b86ac9cf0db861c4500c88edfe36a.zip
Bump to C++20, required by new Slicer
-rw-r--r--Jamroot.jam2
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