Skip to content

Commit

Permalink
Add some macros for Boost.Log
Browse files Browse the repository at this point in the history
  • Loading branch information
moxyll committed Sep 5, 2023
1 parent 7a79366 commit 8e605b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg/boost.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
<define name="BOOST_REQUIRE_LT(a, b)" value="static_cast&lt;void&gt;((a) &lt; (b))" />
<define name="BOOST_REQUIRE_LE(a, b)" value="static_cast&lt;void&gt;((a) &lt;= (b))" />
<define name="BOOST_LOG_ATTRIBUTE_KEYWORD(keyword, name_, value_type_)" value="value_type_ keyword;"/>
<define name="BOOST_LOG_GLOBAL_LOGGER(tag_name, logger)" value="struct tag_name { typedef logger logger_type; static logger_type construct_logger(); static inline logger_type &amp; get(); };"/>
<define name="BOOST_LOG_GLOBAL_LOGGER_INIT(tag_name, logger)" value="tag_name::logger_type tag_name::construct_logger()"/>
<define name="BOOST_TEST_DONT_PRINT_LOG_VALUE(the_type)" value="" />
<!--Boost.Math Macros -->
<define name="BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS" value=""/>
Expand Down

0 comments on commit 8e605b8

Please sign in to comment.