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