This commit is contained in:
Victor Zverovich
2018-02-11 06:23:43 -08:00
parent 822222181b
commit d8ef8a9e9b
3 changed files with 3 additions and 99 deletions
+1 -1
View File
@@ -1508,7 +1508,7 @@ TEST(FormatTest, Enum) {
EXPECT_EQ("0", fmt::format("{}", A));
}
#if FMT_USE_STRONG_ENUMS
#if FMT_HAS_FEATURE(cxx_strong_enums)
enum TestFixedEnum : short { B };
TEST(FormatTest, FixedEnum) {