* A custom FormatSpec type can be passed as a template argument to the ArgFormatter chain (#439) * Corrected nested-name-specifier error * Spec template argument defaulted to FormatSpec * Forward declaration of FormatSpec * Style * Style (part 2) * Style (part 3)
This commit is contained in:
committed by
Victor Zverovich
parent
b9aaa507fc
commit
e1689cb985
@@ -1660,4 +1660,3 @@ void convert(int);
|
||||
TEST(FormatTest, ConvertCollision) {
|
||||
fmt::format("{}", 42);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user