Fix a typo

This commit is contained in:
Victor Zverovich 2024-06-17 06:58:33 -07:00
parent 71244e07de
commit c00149f5e2

View File

@ -24,7 +24,7 @@
# include <utility>
# include <vector>
// CHeck FMT_CPLUSPLUS to suppress a bogus warning in MSVC.
// Check FMT_CPLUSPLUS to suppress a bogus warning in MSVC.
# if FMT_CPLUSPLUS >= 201703L
# if FMT_HAS_INCLUDE(<filesystem>)
# include <filesystem>