am 9ac60bf8: Make stdatomic.h work with gcc4.6 host compiler
* commit '9ac60bf82b1f0e316666b862e9924f90caa60342': Make stdatomic.h work with gcc4.6 host compiler
This commit is contained in:
commit
5c2c544382
@ -58,6 +58,7 @@
|
||||
/* included. The definitions in <atomic> themselves see */
|
||||
/* the old definition, as they should. */
|
||||
/* Client code sees the following definition. */
|
||||
|
||||
#define _Atomic(t) std::atomic<t>
|
||||
|
||||
using std::atomic_is_lock_free;
|
||||
|
Loading…
x
Reference in New Issue
Block a user