boost.cfg: Added support for more macros, found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-15 13:34:08 +02:00
parent c2a2e3427c
commit 3b70a6868b
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
<!-- Boost Library Configuration -->
<!-- Documentation: https://www.boost.org/doc/libs/ -->
<!-- ########## Boost defines / macros ########## -->
<define name="BOOST_CLASS_EXPORT_IMPLEMENT(T)" value=""/>
<define name="BOOST_STRONG_TYPEDEF(a,b)" value=""/>
<define name="BOOST_SERIALIZATION_SPLIT_MEMBER()" value=""/>
<define name="BOOST_CLASS_VERSION(class,version)" value=""/>
<!-- https://www.boost.org/doc/libs/master/libs/config/doc/html/boost_config/boost_macro_reference.html -->
<define name="BOOST_FORCEINLINE" value="inline"/>
<define name="BOOST_NOINLINE" value=""/>