compute-runtime/opencl/source/execution_environment
rcombs e4ed6f07f3 refactor: don't redeclare an STL type in cl_execution_environment.h
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 77b88f19a1.

Signed-off-by: rcombs <rcombs@rcombs.me>
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-05-04 16:45:54 +02:00
..
CMakeLists.txt Cmake format script 2020-08-19 16:36:30 +02:00
cl_execution_environment.cpp Cleanup includes 22 2023-01-05 16:59:01 +01:00
cl_execution_environment.h refactor: don't redeclare an STL type in cl_execution_environment.h 2023-05-04 16:45:54 +02:00