Merge "Make memory_order_acquire visible in global namespace"

This commit is contained in:
Hans Boehm 2014-10-01 19:16:49 +00:00 committed by Gerrit Code Review
commit 2d111d9eb1

View File

@ -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;