]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/contract/README.md
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / contract / README.md
1 Boost.Contract
2 ==============
3
4 Contract programming for C++.
5 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.
6
7 ### License
8
9 Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).