impatomic: move atomic_{thread,signal}_fence() to namespace std
[c11tester.git] / include / stdatomic.h
index 7b3ff8004546e77e9e8996d521ebaf46e57aa994..d4d21984ea8a1ea37f5db767a1deffca56a05c21 100644 (file)
@@ -64,6 +64,9 @@ using std::memory_order_release;
 using std::memory_order_acq_rel;
 using std::memory_order_seq_cst;
 
+using std::atomic_thread_fence;
+using std::atomic_signal_fence;
+
 #endif /* __cplusplus */
 
 #endif /* __STDATOMIC_H__ */