scope17
C++17 version of unique_resource
and scope_guards from LFTS3
List of tested compilers:
- Linux and gcc 8.3
- Windows and msvc 2017
- Windows and msvc 2019
Status of tests in CI servers:
Branch | Travis | Appveyor |
---|---|---|
Master |
How to build and run the tests locally:
mkdir build && cd build && cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE .. && cmake --build . --config Debug && ctest -C Debug