boost.cfg: Improved support for more macros.

This commit is contained in:
orbitcowboy 2019-09-16 13:34:08 +02:00
parent cb89128f6f
commit 606b26fb86
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<!-- Boost Library Configuration -->
<!-- Documentation: https://www.boost.org/doc/libs/ -->
<!-- ########## Boost defines / macros ########## -->
<define name="BOOST_GLOBAL_FIXTURE(name)" value=""/>
<define name="BOOST_TEST_GLOBAL_FIXTURE(name)" value=""/>
<define name="BOOST_CLASS_EXPORT_IMPLEMENT(T)" value=""/>
<define name="BOOST_STRONG_TYPEDEF(a,b)" value=""/>
<define name="BOOST_SERIALIZATION_SPLIT_MEMBER()" value=""/>