mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-02 12:14:43 +02:00
Point to the release, not dev documentation
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user