Commit aff42db9 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Fix atomic.

parent 4ac6f179
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
# include <stdatomic.h>
#else
# include <atomic>
using namespace std;
# define _Atomic(X) std::atomic< X >
#endif