Changes between Initial Version and Version 1 of Ticket #6277, comment 3
- Timestamp:
- Jun 9, 2013, 9:19:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6277, comment 3
initial v1 1 1 Oh thanks for clarification. What do you think of removing this specific debug behavior? 2 3 4 {{{ 5 // BOOST_CB_ENABLE_DEBUG: Debug support control. 6 #if defined(NDEBUG) || defined(BOOST_CB_DISABLE_DEBUG) 7 #define BOOST_CB_ENABLE_DEBUG 0 8 #else 9 #define BOOST_CB_ENABLE_DEBUG 1 10 #endif 11 }}} 12 {{{ 13 // Debug enable is disabled temporarily as the associated code is not thread safe? 14 #undef BOOST_CB_ENABLE_DEBUG 15 }}}