This is a library for contract-based programming. It tries to mimic the capabilities of the upcoming C++20-feature for contracts.
This is a header-only library. It should compile with any C++14-capable compiler.
You can just download or clone the library and set your include directory to include.
If you use Conan you can add the Conan remote
conan remote add <REMOTE> https://api.bintray.com/conan/pviii/conan
and reference the package contracts/x.x.x@pviii/stable as a dependency.
This package is versioned using SemVer.
This project is licensed under the MIT License - see the LICENSE.txt file for details.