From 3bafd0749b8d1493bc728bd823b8a68297fd6fa4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 15 Feb 2020 09:51:35 +0100 Subject: [PATCH] Fix to_string docs --- include/fmt/format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 6145e4e4..c9abfe48 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3238,7 +3238,6 @@ arg_join, wchar_t> join(const Range& range, /** \rst Converts *value* to ``std::string`` using the default format for type *T*. - It doesn't support user-defined types with custom formatters. **Example**::