summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-22 09:47:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-22 09:47:42 +0100
commit54ec7e89cd4c486f6981015bef92d74c7c7a6528 (patch)
tree94475c815c6c397264430c23cc8d37897a9e5f77 /Jamroot.jam
parentFix service.conf layout (diff)
downloadgentoobrowse-api-54ec7e89cd4c486f6981015bef92d74c7c7a6528.tar.bz2
gentoobrowse-api-54ec7e89cd4c486f6981015bef92d74c7c7a6528.tar.xz
gentoobrowse-api-54ec7e89cd4c486f6981015bef92d74c7c7a6528.zip
Update to C++20 for constexpr virtual destructors required for new Slicer
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 b2c866c..5913b40 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