mirror of
https://github.com/boostorg/contract.git
synced 2026-02-02 08:42:15 +00:00
3b62a2df3c4c8a6f7cfefd7a9b5bfd001db979aa
replaced std::uncaught_exception with boost::contract::detail::uncaught_exception because the std::... one will be removed in C++20 (githug issue #16). removed test/function/except_throw.cpp file that was unused (it was an old version of test/function/throwing_old.cpp that was left in the repository by mistake)
Boost.Contract
Contract programming for C++. All contract programming features are supported: Subcontracting, class invariants (also static and volatile), postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, disable assertions while already checking other assertions (to avoid infinite recursion), etc.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99.6%
Eiffel
0.1%
CMake
0.1%