Federico Aponte
Federico Aponte
## Description I have a `TEST_CASE` calling a function containing `REQUIRE` statements. This results in the termination of the function when the `REQUIRE` fails, but the rest of the test...
The CMake-based build+install works, but it ends up installing the header files in `include/concurrentqueue/moodycamel`. This forces client code to use this header inclusion: ```c++ #include ``` While it would be...
Vcpkg includes `concurrentqueue` among its libraries and it installs it - like most of its libraries - through CMake to be consumed also with CMake. The way Vcpkg has client...