* commit 'c16f0486fca0df1125cc381d3f4ef3b652d72d29': Undefine _Atomic before redefining
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
/* 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;
|
||||
|
||||
Reference in New Issue
Block a user