mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 03:21:34 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
9bb406d78d
commit
e9e89b355b
@ -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.
|
||||
// ...
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user