diff --git a/ChangeLog.rst b/ChangeLog.rst index a3d80b9c..6ad92c4a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -127,11 +127,11 @@ Error (`godbolt `__): - fmt/core.h:1438:3: error: static_assert failed due to requirement - 'fmt::v7::formattable()' "Cannot format an argument. - To make type T formattable provide a formatter specialization: - https://fmt.dev/latest/api.html#udt" - ... + `fmt/core.h:1438:3: error: static_assert failed due to requirement + 'fmt::v7::formattable()' "Cannot format an argument. + To make type T formattable provide a formatter specialization: + https://fmt.dev/latest/api.html#udt" + ...` * Added the `make_args_checked `_ function template that allows you to write formatting functions with