Disable numeric formatting by default

This commit is contained in:
Victor Zverovich
2020-07-03 10:35:49 -07:00
parent 1e8eea4f44
commit d8e0554b97

View File

@ -227,7 +227,7 @@ FMT_END_NAMESPACE
// Enable the deprecated numeric alignment. // Enable the deprecated numeric alignment.
#ifndef FMT_DEPRECATED_NUMERIC_ALIGN #ifndef FMT_DEPRECATED_NUMERIC_ALIGN
# define FMT_DEPRECATED_NUMERIC_ALIGN 1 # define FMT_DEPRECATED_NUMERIC_ALIGN 0
#endif #endif
FMT_BEGIN_NAMESPACE FMT_BEGIN_NAMESPACE