Commit 530cf316 authored by Victor Zverovich's avatar Victor Zverovich

Point to the release, not dev documentation

parent 740385d6
...@@ -1422,7 +1422,7 @@ template <typename T> int check(unformattable) { ...@@ -1422,7 +1422,7 @@ template <typename T> int check(unformattable) {
static_assert( static_assert(
formattable<T>(), formattable<T>(),
"Cannot format an argument. To make type T formattable provide a " "Cannot format an argument. To make type T formattable provide a "
"formatter<T> specialization: https://fmt.dev/dev/api.html#udt"); "formatter<T> specialization: https://fmt.dev/latest/api.html#udt");
return 0; return 0;
} }
template <typename T, typename U> inline const U& check(const U& val) { template <typename T, typename U> inline const U& check(const U& val) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment