diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-09-20 11:39:39 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-09-20 11:39:50 +0100 | 
| commit | 7e940c94ac0598ada54c53149b17f3c385b89794 (patch) | |
| tree | 1a022f2a022e9cb753271dec33621dcbac4ad157 | |
| parent | Support for configuring new mappers in fuse client (diff) | |
| download | netfs-7e940c94ac0598ada54c53149b17f3c385b89794.tar.bz2 netfs-7e940c94ac0598ada54c53149b17f3c385b89794.tar.xz netfs-7e940c94ac0598ada54c53149b17f3c385b89794.zip  | |
Bump to C++20, required by new Slicer
| -rw-r--r-- | Jamroot.jam | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index af15ca5..61c7d8b 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  | 
