mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 17:41:11 +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
|
||||
#endif
|
||||
|
||||
// Enable the deprecated numeric alignment.
|
||||
#ifndef FMT_NUMERIC_ALIGN
|
||||
# define FMT_NUMERIC_ALIGN 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user