diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-11 17:18:34 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-11 17:18:34 +0000 |
commit | 3810f6a7ed2ed4c5ba9041229a84a94159a81c91 (patch) | |
tree | c9ea0a54d3ffef7b15b24df320d070bd8b957cae | |
parent | Bump iwyu path (diff) | |
download | libdbpp-3810f6a7ed2ed4c5ba9041229a84a94159a81c91.tar.bz2 libdbpp-3810f6a7ed2ed4c5ba9041229a84a94159a81c91.tar.xz libdbpp-3810f6a7ed2ed4c5ba9041229a84a94159a81c91.zip |
Bump to C++20 for non-legacy CTF
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 18a56f1..a04d148 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -9,7 +9,7 @@ variant coverage : debug ; project : requirements - <cxxstd>17 + <cxxstd>20 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |