Skip to content

Commit 3ee01fe

Browse files
committed
[libc++][atomic_ref] uncomment using std::atomic_ref; in atomic module
1 parent fccffc4 commit 3ee01fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/modules/std/atomic.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export namespace std {
2222

2323
// [atomics.ref.generic], class template atomic_ref
2424
// [atomics.ref.pointer], partial specialization for pointers
25-
// using std::atomic_ref;
25+
using std::atomic_ref;
2626

2727
// [atomics.types.generic], class template atomic
2828
using std::atomic;

0 commit comments

Comments
 (0)