summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-02-11 17:59:21 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-02-11 17:59:21 +0000
commit0cc78c01b56c8e35140818e9ea575e509db58a93 (patch)
treedb8228bc8c793d11f68ede37b254b0a340113c60 /Jamroot.jam
parentIWYU fixes (diff)
downloadicetray-0cc78c01b56c8e35140818e9ea575e509db58a93.tar.bz2
icetray-0cc78c01b56c8e35140818e9ea575e509db58a93.tar.xz
icetray-0cc78c01b56c8e35140818e9ea575e509db58a93.zip
Bump to C++20 for non-legacy CTF
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index b93415f..9ed5a3e 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
@@ -37,7 +37,7 @@ project
<toolset>tidy:<exclude>icetray/bin/logWriter.h
<toolset>tidy:<exclude>icetray/bin/mail.h
<toolset>tidy:<exclude>icetray/bin/mime.h
- <toolset>tidy:<exclude>icetray/dryice/bin/tidy/debug/checker-none/cxxstd-17-iso/mockMail.h
+ <toolset>tidy:<exclude>icetray/dryice/bin/tidy/debug/checker-none/cxxstd-20-iso/mockMail.h
<toolset>tidy:<exclude>unittests/bin/testIceTrayService.h
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*