mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Clarify that numeric alignment is deprecated
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user