Clean up docs

This commit is contained in:
Victor Zverovich
2018-12-12 18:21:13 -08:00
parent 37f599b1a1
commit 7f7504b3f5
3 changed files with 11 additions and 18 deletions
-2
View File
@@ -165,8 +165,6 @@ FMT_END_NAMESPACE
# define FMT_USE_TRAILING_RETURN 0
#endif
#define FMT_ENABLE_IF_T(B, T) typename std::enable_if<B, T>::type
#ifndef FMT_USE_GRISU
# define FMT_USE_GRISU 0
//# define FMT_USE_GRISU std::numeric_limits<double>::is_iec559