Robert Ramey
|
56e08ca37d
|
address misc errors which are only showing with clang
specify template stack depth
|
2018-12-11 15:48:55 -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 |
|