Skip to content

C++17 version of unique_resource and scope_guard from LFTS3

License

Notifications You must be signed in to change notification settings

menuet/scope17

 
 

Repository files navigation

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 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

Languages

  • C++ 94.8%
  • C 4.7%
  • CMake 0.5%