boost.cfg: Improved support for more macros.
This commit is contained in:
parent
cb89128f6f
commit
606b26fb86
|
@ -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=""/>
|
||||
|
|
Loading…
Reference in New Issue