cppformat -> fmt

This commit is contained in:
Victor Zverovich
2016-04-28 07:00:22 -07:00
parent 59d0efd6d6
commit c33f3e281b
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ typedef __int64 intmax_t;
# endif
#endif
// Define FMT_USE_NOEXCEPT to make C++ Format use noexcept (C++11 feature).
// Define FMT_USE_NOEXCEPT to make fmt use noexcept (C++11 feature).
#ifndef FMT_USE_NOEXCEPT
# define FMT_USE_NOEXCEPT 0
#endif