Unverified Commit e9e89b35 authored by Victor Zverovich's avatar Victor Zverovich Committed by GitHub

Update ChangeLog.rst

parent 9bb406d7
...@@ -93,7 +93,7 @@ ...@@ -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.
// ... // ...
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment