mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
Temporarily disable -threaded-checker; Restructure the untyped-expr-info system to be much more thread-friendly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user