Skip to content

Use -std=c++20 by default in order to enable std::counting_semaphore

Reinhard Resch requested to merge fix-compilation-without-c++20 into develop

Need to update to C++20 because of std::counting_semaphore.

Merge request reports

Loading