boost.cfg: Added support for more macros, found by daca@home.
This commit is contained in:
parent
c2a2e3427c
commit
3b70a6868b
|
@ -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=""/>
|
||||
|
|
Loading…
Reference in New Issue