diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-11 17:20:37 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-11 17:20:37 +0000 |
commit | 11204a46ce0dd446b2907b8b3114aa37148b2f66 (patch) | |
tree | e7d4b2eefccda749e272bd84408792189efc436c /libmysqlpp | |
parent | Fix up warnings from latest clang-tidy (diff) | |
download | libdbpp-mysql-11204a46ce0dd446b2907b8b3114aa37148b2f66.tar.bz2 libdbpp-mysql-11204a46ce0dd446b2907b8b3114aa37148b2f66.tar.xz libdbpp-mysql-11204a46ce0dd446b2907b8b3114aa37148b2f66.zip |
Bump to C++20 for non-legacy CTF
Diffstat (limited to 'libmysqlpp')
-rw-r--r-- | libmysqlpp/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/Jamfile.jam b/libmysqlpp/Jamfile.jam index 8894db4..898d464 100644 --- a/libmysqlpp/Jamfile.jam +++ b/libmysqlpp/Jamfile.jam @@ -10,7 +10,7 @@ pkg-config.import mysqlclient ; project : requirements - <cxxstd>17 + <cxxstd>20 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |