Make memory_order_acquire visible in global namespace
We were missing that using directive when including <atomic>. Bug:17736764 Change-Id: Ie8ca92a952749415567bcd5fa21d56629a364660
This commit is contained in:
parent
81156d93c5
commit
76ac4d0853
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ using std::atomic_signal_fence;
|
|||
using std::memory_order;
|
||||
using std::memory_order_relaxed;
|
||||
using std::memory_order_consume;
|
||||
using std::memory_order_acquire;
|
||||
using std::memory_order_release;
|
||||
using std::memory_order_acq_rel;
|
||||
using std::memory_order_seq_cst;
|
||||
|
|
Loading…
Reference in a new issue