From 204d299abbd485b5dc66427924597716e8decc54 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 25 Oct 2020 09:12:22 -0700 Subject: [PATCH] Tweak markup --- ChangeLog.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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