Fixed #9374 (False Positive - constParameter)
This commit is contained in:
parent
bae4faa786
commit
53cc922765
|
@ -11,6 +11,8 @@
|
|||
<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/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 -->
|
||||
<define name="BOOST_FORCEINLINE" value="inline"/>
|
||||
<define name="BOOST_NOINLINE" value=""/>
|
||||
|
|
Loading…
Reference in New Issue