contract
contract copied to clipboard
C++98 support
As Lib.Contract uses some key features of the C++11 standard, it cannot be currently compiled with older compilers. Older compilers are still highly used on embedded systems; it is precisely on such systems that contract usage can be of great value during code development. Therefore it would be nice to provide C++98 support for the contract library, while keeping its easy-to-use and human-readable api.
:+1: