contract icon indicating copy to clipboard operation
contract copied to clipboard

C++98 support

Open aelkhour opened this issue 9 years ago • 1 comments

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.

aelkhour avatar Sep 18 '15 16:09 aelkhour

:+1:

Phyks avatar Oct 15 '15 08:10 Phyks