Commit Graph

8 Commits

Author SHA1 Message Date
Robert Ramey
34c5645bf1 revert changes made to isolate problem with clang with C++17 set 2018-12-13 20:21:36 -08:00
Robert Ramey
f7f37ab5d0 adjustment to try to address clang test failures 2018-12-13 12:30:30 -08:00
Robert Ramey
9c88222141 adjustment to try to address clang test failures 2018-12-13 08:56:13 -08:00
Robert Ramey
fe03bde34c adjustment to try to address clang test failures 2018-12-12 15:34:26 -08:00
Robert Ramey
b1273bd84d test change to avoid issue with Clang constexpr detection in test_checked_add_constexpr.cpp
adjust Jamfile to extend depth of template instantiation to 1024
2018-12-12 09:48:10 -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