http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
Sebastian Huber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #11 from Sebastian Huber <[email protected]> --- Ok, I will use this #ifdef __cplusplus #include <atomic> using namespace std; #else #include <stdatomic.h> #endif approach, but from my point of view this is quite an unsatisfactory user experience.
