mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Update ChangeLog.rst
This commit is contained in:
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
template <> struct fmt::formatter<my_type>: formatter<string_view> {
|
template <> struct fmt::formatter<my_type>: formatter<string_view> {
|
||||||
template <typename FormatContext>
|
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