![]() Depending on the compiler and STL used, `std::once_flag` may actually be
aliased into an internal namespace (e.g. `std::__1::once_flag`).
Declaring it directly within `std` here may conflict with that
if the actual `<mutex>` header is included in the same translation unit.
This regressed in
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cl_execution_environment.cpp | ||
cl_execution_environment.h |