C++17 version of unique_resource and scope_guards from LFTS3
List of tested compilers:
- OSX and AppleClang 12.0
- 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