am dc942b9c: Merge "Make memory_order_acquire visible in global namespace"

* commit 'dc942b9c64fa132825e4945129339c1e954f5cfb':
  Make memory_order_acquire visible in global namespace
This commit is contained in:
Andrew Hsieh
2014-10-15 03:07:21 +00:00
committed by Android Git Automerger

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;