Robert Ramey
|
cbb4197a17
|
cleaned up definitions for constructors and casting operators
passes all tests and examples.
minor documentation fixes
|
2020-11-07 07:09:37 -08:00 |
|
Robert Ramey
|
7f8add08b5
|
add constexpr to test signed in all constexpr tests
|
2018-12-11 12:32:43 -08:00 |
|
Robert Ramey
|
c03a279bdd
|
Made changes to constexpr tests hoping to reveal more information on constexpr failures in Clang compilers which support C++17.
Also included a couple of pragmas to suppress bogus warnings on earlier Clang platforms.
|
2018-12-11 09:17:18 -08:00 |
|
Robert Ramey
|
a06d9f7a69
|
added constexpr tests to checked result operations
added tests for check result < and == operations
correct implementation of some checked result types
added constexpr example
|
2018-12-10 14:12:47 -08:00 |
|