Fix usage of override (#1836)

This commit is contained in:
Alexander Lanin
2020-08-23 20:01:46 +02:00
committed by GitHub
parent 92bff2fe2c
commit c7e6d8afb0

View File

@ -99,7 +99,7 @@
#endif
#ifndef FMT_OVERRIDE
# if FMT_HAS_FEATURE(cxx_override) || \
# if FMT_HAS_FEATURE(cxx_override_control) || \
(FMT_GCC_VERSION >= 408 && FMT_HAS_GXX_CXX11) || FMT_MSC_VER >= 1900
# define FMT_OVERRIDE override
# else