diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 00:41:07 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 00:41:07 +0000 |
commit | a4fcb60739fdffd00ff1dc182dfeeace2dfa87ba (patch) | |
tree | 939314ea4fe2e3822175ac0d66b221b7aa5df256 /Jamroot.jam | |
parent | Work around possible false positive in clang-tidy (diff) | |
download | mirrorsearch-a4fcb60739fdffd00ff1dc182dfeeace2dfa87ba.tar.bz2 mirrorsearch-a4fcb60739fdffd00ff1dc182dfeeace2dfa87ba.tar.xz mirrorsearch-a4fcb60739fdffd00ff1dc182dfeeace2dfa87ba.zip |
Update to C++20 for constexpr virtual destructors required for new Slicer
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index b0efdb3..160edc8 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 |