Merge pull request #886 from JordanMaples/dev/jomaples/build_matrix

compiler support revision
This commit is contained in:
Jordan Maples [MSFT]
2020-05-26 15:14:08 -07:00
committed by GitHub
7 changed files with 47 additions and 319 deletions
-4
View File
@@ -122,8 +122,4 @@ TEST(utils_tests, narrow)
n = -42;
EXPECT_THROW(narrow<unsigned>(n), narrowing_error);
#if GSL_CONSTEXPR_NARROW
static_assert(narrow<char>(120) == 120, "Fix GSL_CONSTEXPR_NARROW");
#endif
}