Clarify that numeric alignment is deprecated

This commit is contained in:
Victor Zverovich 2019-11-17 10:24:55 -08:00
parent 1c6d85f7bb
commit f67783d7e6

View File

@ -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