summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-07 02:09:28 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-07 02:09:28 +0100
commite69120bf13113d7e5cc5fe23df723cacc89d9b17 (patch)
tree49ffa651d224bd58342ead0a0c4e274924be4d96 /Jamroot.jam
parentAdd comment to disable concat-namespaces linting (diff)
downloadslicer-e69120bf13113d7e5cc5fe23df723cacc89d9b17.tar.bz2
slicer-e69120bf13113d7e5cc5fe23df723cacc89d9b17.tar.xz
slicer-e69120bf13113d7e5cc5fe23df723cacc89d9b17.zip
Update to C++20 for constexpr virtual destructors
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index d9e20c7..7910d73 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