[Bug c++/60932] make stdatomic.h compatible with C++
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 23 08:56:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |c++
Summary|<stdatomic.h> is not C++ |make stdatomic.h compatible
|compatible |with C++
Severity|normal |enhancement
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The answer is no. Use atomic for C++11 code instead (since that is what the
standard defines).
More information about the Gcc-bugs
mailing list