We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using std::atomic_ref;
1 parent fccffc4 commit 3ee01feCopy full SHA for 3ee01fe
libcxx/modules/std/atomic.inc
@@ -22,7 +22,7 @@ export namespace std {
22
23
// [atomics.ref.generic], class template atomic_ref
24
// [atomics.ref.pointer], partial specialization for pointers
25
- // using std::atomic_ref;
+ using std::atomic_ref;
26
27
// [atomics.types.generic], class template atomic
28
using std::atomic;
0 commit comments