Skip to content

PeterSommerlad/scope17

Repository files navigation

scope17

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 Travis Build Appveyor Build

How to build and run the tests locally:

mkdir build && cd build && cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE .. && cmake --build . --config Debug && ctest -C Debug

About

C++17 version of unique_resource and scope_guard from LFTS3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published