2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-31 20:22:15 +00:00

boostorg compatibility changes

This commit is contained in:
Emil Dotchevski
2020-08-30 13:36:58 -07:00
parent c886cb10ee
commit e4e8154e30
8 changed files with 49 additions and 11 deletions

View File

@@ -5,12 +5,13 @@
import testing ;
variant debug-diagnostics0 : debug : <define>BOOST_LEAF_DIAGNOSTICS=0 ;
variant release-diagnostics0 : release : <define>BOOST_LEAF_DIAGNOSTICS=0 ;
variant leaf-debug-diag0 : debug : <define>BOOST_LEAF_DIAGNOSTICS=0 ;
variant leaf-release-diag0 : release : <define>BOOST_LEAF_DIAGNOSTICS=0 ;
project
: requirements
: default-build
<cxxstd>11
: requirements
<threading>single:<define>BOOST_LEAF_NO_THREADS
<toolset>gcc:<cxxflags>"-Wno-delete-non-virtual-dtor -Wno-parentheses"
<toolset>clang:<cxxflags>"-Wno-dangling-else"