mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Update ChangeLog.rst
This commit is contained in:
@ -93,7 +93,7 @@
|
||||
|
||||
template <> struct fmt::formatter<my_type>: formatter<string_view> {
|
||||
template <typename FormatContext>
|
||||
auto format(my_type c, FormatContext& ctx) const { // Note const here.
|
||||
auto format(my_type obj, FormatContext& ctx) const { // Note const here.
|
||||
// ...
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user