Remove dependency on string_view

This commit is contained in:
Victor Zverovich
2024-01-03 15:34:43 -08:00
parent f2e43f967c
commit 800a0bb23f
3 changed files with 68 additions and 61 deletions

View File

@@ -12,7 +12,7 @@
#include <memory> // std::unique_ptr
#include <vector>
#include "core.h"
#include "format.h" // std_string_view
FMT_BEGIN_NAMESPACE