3 Commits

Author SHA1 Message Date
Robert Ramey
35bedab3f6 fixed tests for checked_xor, checked_or, checked_add, and checked_and
made all checking of symmetries of test matrices occur at compile time via constexpr.
added -Wextra to warning switches.
2019-12-25 14:37:37 -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