mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Clarify that numeric alignment is deprecated
This commit is contained in:
parent
1c6d85f7bb
commit
f67783d7e6
@ -185,6 +185,7 @@ inline uint32_t clzll(uint64_t x) {
|
|||||||
FMT_END_NAMESPACE
|
FMT_END_NAMESPACE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Enable the deprecated numeric alignment.
|
||||||
#ifndef FMT_NUMERIC_ALIGN
|
#ifndef FMT_NUMERIC_ALIGN
|
||||||
# define FMT_NUMERIC_ALIGN 1
|
# define FMT_NUMERIC_ALIGN 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user