From f505769284cda628cc7536d8b3f83e0799d73fc6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Feb 2022 18:33:37 +0000 Subject: Update to C++20 for constexpr virtual destructors required for new Slicer --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamroot.jam b/Jamroot.jam index 2dd95ee..512d8f5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,7 +10,7 @@ variant coverage : debug ; project : requirements ICE_CPP11_MAPPING - 17 + 20 hidden "-Wl,-z,defs,--warn-once,--gc-sections" release:on -- cgit v1.2.3