Commit 661b1925 authored by Victor Zverovich's avatar Victor Zverovich

Remove FMT_HEADER_ONLY_CONSTEXPR20

parent d1026fa5
...@@ -252,12 +252,6 @@ inline auto ctzll(uint64_t x) -> int { ...@@ -252,12 +252,6 @@ inline auto ctzll(uint64_t x) -> int {
FMT_END_NAMESPACE FMT_END_NAMESPACE
#endif #endif
#ifdef FMT_HEADER_ONLY
# define FMT_HEADER_ONLY_CONSTEXPR20 FMT_CONSTEXPR20
#else
# define FMT_HEADER_ONLY_CONSTEXPR20
#endif
FMT_BEGIN_NAMESPACE FMT_BEGIN_NAMESPACE
namespace detail { namespace detail {
......
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