ClausKlein / scope17

C++17 version of unique_resource and scope_guard from LFTS3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Boost Software License 1.0


Languages

Language:C++ 93.0%Language:C 5.0%Language:CMake 2.0%