mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Disable numeric formatting by default
This commit is contained in:
parent
1e8eea4f44
commit
d8e0554b97
@ -227,7 +227,7 @@ FMT_END_NAMESPACE
|
||||
|
||||
// Enable the deprecated numeric alignment.
|
||||
#ifndef FMT_DEPRECATED_NUMERIC_ALIGN
|
||||
# define FMT_DEPRECATED_NUMERIC_ALIGN 1
|
||||
# define FMT_DEPRECATED_NUMERIC_ALIGN 0
|
||||
#endif
|
||||
|
||||
FMT_BEGIN_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user