Add base.h

This commit is contained in:
Victor Zverovich
2024-01-09 19:30:46 -08:00
parent 4d616479b5
commit 79f1506fe3
11 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@
# include <bit> // std::bit_cast
#endif
#include "core.h"
#include "base.h"
// libc++ supports string_view in pre-c++17.
#if FMT_HAS_INCLUDE(<string_view>) && \