Update docs

This commit is contained in:
Victor Zverovich
2018-09-13 07:20:43 -07:00
parent 465a593536
commit 1fb1c4c912
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -3725,7 +3725,9 @@ FMT_END_NAMESPACE
#if defined(FMT_STRING_ALIAS) && FMT_STRING_ALIAS
/**
\rst
Constructs a compile-time format string.
Constructs a compile-time format string. This macro is disabled by default to
prevent potential name collisions. To enable it define ``FMT_STRING_ALIAS`` to
1 before including ``fmt/format.h``.
**Example**::