Minor cleanup

This commit is contained in:
Victor Zverovich
2018-09-13 07:37:50 -07:00
parent 1fb1c4c912
commit 66381e308d
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -3731,6 +3731,7 @@ FMT_END_NAMESPACE
**Example**::
#define FMT_STRING_ALIAS 1
#include <fmt/format.h>
// A compile-time error because 'd' is an invalid specifier for strings.
std::string s = format(fmt("{:d}"), "foo");