Disable the fmt(...) macro by default (#853)

This commit is contained in:
Victor Zverovich
2018-09-08 09:55:41 -07:00
parent 8671689449
commit a3ba6b4f62
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3859,7 +3859,7 @@ FMT_END_NAMESPACE
return S{}; \
}()
#ifndef FMT_NO_FMT_STRING_ALIAS
#if defined(FMT_STRING_ALIAS) && FMT_STRING_ALIAS
/**
\rst
Constructs a compile-time format string.