Commit f67783d7 authored by Victor Zverovich's avatar Victor Zverovich

Clarify that numeric alignment is deprecated

parent 1c6d85f7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment