mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-15 18:18:27 +01:00
Remove broken fmt::internal::format_enum (#818)
This commit is contained in:
@@ -1443,6 +1443,10 @@ TEST(FormatTest, Enum) {
|
||||
EXPECT_EQ("0", fmt::format("{}", A));
|
||||
}
|
||||
|
||||
TEST(FormatTest, EnumFormatterUnambiguous) {
|
||||
fmt::formatter<TestEnum> f;
|
||||
}
|
||||
|
||||
#if FMT_HAS_FEATURE(cxx_strong_enums)
|
||||
enum TestFixedEnum : short { B };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user