mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Point to the release, not dev documentation
This commit is contained in:
parent
740385d636
commit
530cf316b8
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user