diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-13 15:54:56 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-13 15:54:56 +0100 |
| commit | ed5a4afc8c308c6db12d29d89b70738033ff46ec (patch) | |
| tree | ae37e745808fcf0ea11f8e344d5256ad865dec8f /src/queue.cpp | |
| parent | f29b51efddcc90c4545119fa77772e4a03e71719 (diff) | |
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info system to be much more thread-friendly
Diffstat (limited to 'src/queue.cpp')
| -rw-r--r-- | src/queue.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/queue.cpp b/src/queue.cpp index 048f8fcb9..92d83a76c 100644 --- a/src/queue.cpp +++ b/src/queue.cpp @@ -1,5 +1,3 @@ -#include <atomic> // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library) - template <typename T> struct MPMCQueueNode { T data; |