We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987a6c0 commit 394ccf7Copy full SHA for 394ccf7
configure.ac
@@ -676,6 +676,10 @@ AX_BOOST_PROGRAM_OPTIONS
676
AX_BOOST_THREAD
677
AX_BOOST_CHRONO
678
679
+dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic
680
+dnl counter implementations. In 1.63 and later the std::atomic approach is default.
681
+m4_pattern_allow(DBOOST_AC_USE_STD_ATOMIC) dnl otherwise it's treated like a macro
682
+BOOST_CPPFLAGS="-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC $BOOST_CPPFLAGS"
683
684
if test x$use_reduce_exports = xyes; then
685
AC_MSG_CHECKING([for working boost reduced exports])
0 commit comments