
21 Jan
2015
21 Jan
'15
11:15 p.m.
Gaetano Mendola wrote:
Replaced all the boost with the "equivalent" in std:
compiled with:
clang++-3.6 -std=c++11 -g main_std.cpp -fsanitize=thread
and clang++ *doesn't* complain. So either is our fault or std is doing something different?
It's probably doing something different, but it would be nice to know what. What standard library are you using by default? The one coming with your g++ installation, I suppose, but which g++ is it?
Also, can you please post the output when using -DBOOST_SP_USE_STD_ATOMIC? It should be different from the one without.