Skip to content

Commit

Permalink
Fix usage of override (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLanin authored Aug 23, 2020
1 parent 92bff2f commit c7e6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e6d8a

Please sign in to comment.