summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2022-02-15 15:43:55 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2022-02-15 15:43:55 +0000
commita06e005f3ab2b33202c8a5497ff38b353a5d980c (patch)
treea836fba57efe8a66be4cfba0005219e735598109
parentModern LTO options (diff)
downloadnetfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.tar.bz2
netfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.tar.xz
netfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.zip
Bump to C++20 for compat with other libs
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 65a3db4..cfb1fe7 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -6,7 +6,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