From 47c88c433d17948fab1d8e1d76121a72fe5938cb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 7 Sep 2022 14:49:22 -0400 Subject: add upstream 11.24 --- zen/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/thread.h') diff --git a/zen/thread.h b/zen/thread.h index 42fba281..abdc6da0 100644 --- a/zen/thread.h +++ b/zen/thread.h @@ -445,7 +445,7 @@ private: activeCondition_ = cv; } - std::atomic stopRequested_{false}; //std:atomic is uninitialized by default!!! + std::atomic stopRequested_{false}; //std::atomic is uninitialized by default!!! //"The default constructor is trivial: no initialization takes place other than zero initialization of static and thread-local objects." std::condition_variable* activeCondition_ = nullptr; -- cgit