Change <bit> inclusion check per https://github.com/fmtlib/fmt/pull/3832#discussion_r1471144867
This commit is contained in:
parent
388d229e8a
commit
84edb66082
@ -54,7 +54,7 @@
|
||||
#include "base.h"
|
||||
|
||||
// Checking FMT_CPLUSPLUS for warning suppression in MSVC.
|
||||
#if FMT_HAS_INCLUDE(<bit>) && FMT_CPLUSPLUS >= 202002L
|
||||
#if FMT_HAS_INCLUDE(<bit>) && FMT_CPLUSPLUS > 201703L
|
||||
# include <bit> // std::bit_cast
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user