From ed5a4afc8c308c6db12d29d89b70738033ff46ec Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 13 Jul 2021 15:54:56 +0100 Subject: Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info system to be much more thread-friendly --- src/queue.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/queue.cpp') 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 // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library) - template struct MPMCQueueNode { T data; -- cgit v1.2.3