This commit is contained in:
Frank Richter 2024-01-30 18:30:42 +01:00
parent 388d229e8a
commit 84edb66082

View File

@ -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