Suppress a bogus warning in MSVC (#4023)

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
Vladislav Shchapov
2024-06-19 08:49:43 -07:00
committed by GitHub
parent ac96773230
commit 514b6955d2
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include <utility>
#include <vector>
#if FMT_HAS_INCLUDE(<ranges>)
#if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<ranges>)
# include <ranges>
#endif