mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-11 21:10:00 +01:00
Refactor parse context and fix warnings
This commit is contained in:
@@ -448,9 +448,7 @@ struct CustomContext {
|
||||
|
||||
bool called;
|
||||
|
||||
fmt::internal::parse_context<char> get_parse_context() {
|
||||
return fmt::internal::parse_context<char>("");
|
||||
}
|
||||
fmt::parse_context parse_context() { return fmt::parse_context(""); }
|
||||
};
|
||||
|
||||
TEST(UtilTest, MakeValueWithCustomFormatter) {
|
||||
|
||||
Reference in New Issue
Block a user