boost.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-10-03 20:19:52 +02:00
parent 1886a43f98
commit b51158db71
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<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=""/>
<define name="BOOST_PP_LIST_FOR_EACH(macro, data, list)" value=""/>
<!-- https://www.boost.org/doc/libs/master/doc/html/foreach.html -->
<define name="BOOST_FOREACH(A,B)" value="for (A: B)"/>
<!-- https://www.boost.org/doc/libs/master/libs/config/doc/html/boost_config/boost_macro_reference.html -->