When BOOST_SP_REPORT_IMPLEMENTATION is defined, report what platform-specific atomic implementation is used

This commit is contained in:
Peter Dimov
2020-06-02 20:51:38 +03:00
parent 4047290b85
commit 6c181a0707
36 changed files with 252 additions and 1 deletions
@@ -17,6 +17,13 @@
#include <boost/assert.hpp>
#if defined(BOOST_SP_REPORT_IMPLEMENTATION)
#include <boost/config/pragma_message.hpp>
BOOST_PRAGMA_MESSAGE("Using single-threaded spinlock emulation")
#endif
namespace boost
{