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.
1 parent 4d23450 commit c3811ddCopy full SHA for c3811dd
libc/src/__support/CPP/atomic.h
@@ -49,6 +49,7 @@ LIBC_INLINE constexpr int order(MemoryOrder mem_ord) {
49
LIBC_INLINE constexpr int scope(MemoryScope mem_scope) {
50
return static_cast<int>(mem_scope);
51
}
52
+
53
template <class T> LIBC_INLINE T *addressof(T &ref) {
54
return __builtin_addressof(ref);
55
0 commit comments