boost.cfg: Add macros found by daca@home

This commit is contained in:
versat 2019-09-18 10:59:54 +02:00
parent f2b0dc2e12
commit 2080fbeecf
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
<define name="BOOST_STRONG_TYPEDEF(a,b)" value=""/>
<define name="BOOST_SERIALIZATION_SPLIT_MEMBER()" value=""/>
<define name="BOOST_CLASS_VERSION(class,version)" value=""/>
<define name="BOOST_TYPEOF_REGISTER_TYPE(x)" value=""/>
<define name="BOOST_TYPEOF_REGISTER_TEMPLATE(x, params)" 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=""/>