mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +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
|
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
|
||||||
|
Reference in New Issue
Block a user