mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Correction.
This commit is contained in:
@ -43,7 +43,7 @@ An object of any user-defined type for which there is an overloaded
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string s = str(fmt::Format("The date is {0}") << Date(2012, 12, 9);
|
std::string s = str(fmt::Format("The date is {0}") << Date(2012, 12, 9));
|
||||||
// s == "The date is 2012-12-9"
|
// s == "The date is 2012-12-9"
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
Reference in New Issue
Block a user