https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
Patrick Pelissier <patrick.pelissier at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick.pelissier at gmail dot
com
--- Comment #12 from Patrick Pelissier <patrick.pelissier at gmail dot com> ---
Is the status really "wontfix"?
This makes any C library which uses stdatomic.h incompatible with g++ (and more
and more C code uses stdatomic.h) which is rather bothersome. clang doesn't
have this issue.
What prevent stdatomic.h to detect if it is included in C++ mode and includes
C++ <atomic> instead?