]> git.pld-linux.org Git - packages/boost.git/blob - 003-log.patch
- rel 3; bunch of upstream patches (taken and filtered by FC team)
[packages/boost.git] / 003-log.patch
1 ------------------------------------------------------------------------
2 r84966 | andysem | 2013-07-07 11:43:20 +0100 (Sun, 07 Jul 2013) | 1 line
3
4 Backported fix for BOOST_LOG_ONCE_BLOCK_FLAG macro definition.
5 ------------------------------------------------------------------------
6 --- 1_54_0/boost/log/utility/once_block.hpp     (revision 84965)
7 +++ 1_54_0/boost/log/utility/once_block.hpp     (revision 84966)
8 @@ -176,7 +176,7 @@
9   * been executed.
10   */
11  #define BOOST_LOG_ONCE_BLOCK_FLAG(flag_var)\
12 -    BOOST_LOG_ONCE_BLOCK_INTERNAL(\
13 +    BOOST_LOG_ONCE_BLOCK_FLAG_INTERNAL(\
14          flag_var,\
15          BOOST_LOG_UNIQUE_IDENTIFIER_NAME(_boost_log_once_block_sentry_))
16  
This page took 0.422558 seconds and 3 git commands to generate.