diff --git a/ChangeLog.rst b/ChangeLog.rst index e43ee2f3..1e4090b9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -24,7 +24,7 @@ std::string s = format(fmt("{:d}"), "foo"); gives a compile-time error because ``d`` is an invalid specifier for strings - (`godbolt `_):: + (`godbolt `__):: ... :4:19: note: in instantiation of function template specialization 'fmt::v5::format' requested here @@ -68,7 +68,7 @@ std::string s = format(fmt("{:x}"), Answer()); gives a compile-time error due to invalid format specifier (`godbolt - `_):: + `__):: ... :12:45: error: expression '' is not a constant expression @@ -192,7 +192,7 @@ fmt::print("{}", std::experimental::string_view("foo")); Thanks `@virgiliofornazin (Virgilio Alexandre Fornazin) - `_. + `__. * Allowed mixing named and automatic arguments: @@ -262,7 +262,7 @@ `#656 `_, `#679 `_, `#681 `_, - `#705 `_, + `#705 `__, `#715 `_, `#717 `_, `#720 `_, @@ -513,7 +513,6 @@ (`#494 `_, `#499 `_, `#483 `_, - `#519 `_, `#485 `_, `#482 `_, `#475 `_,