9 Dec
2015
9 Dec
'15
5:26 p.m.
Marcel Raad wrote:
The same problem occurs with clang-cl, which defines _MSC_VER instead of __GNUC__. Could that be fixed too please?
clang/c2 defines __GNUC__ but doesn't support GCC inline assembly, so sp_counted_base_gcc_x86.hpp also has to be excluded for __c2__.
With all those subtly different clangs, things are getting a bit ridiculous. Does #define BOOST_SP_USE_STD_ATOMIC work for clang-cl and clang/c2?