From 39bde329bd5edf05f3eef57bf679fd9aa70f7a39 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 25 Oct 2020 09:19:38 -0700 Subject: [PATCH] Tweak markup --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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