diff --git a/ChangeLog.rst b/ChangeLog.rst index 6ad92c4a..c50c8b50 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/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