Removed string_view
This commit is contained in:
parent
df46ef09c9
commit
50ee89b223
@ -13,16 +13,14 @@
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#define FMT_HEADER_ONLY 1
|
||||
#include "fmt/ranges.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include <array>
|
||||
#include <map>
|
||||
#include <string_view>
|
||||
|
||||
|
||||
TEST(RangesTest, FormatVector) {
|
||||
std::vector<int32_t> iv{ 1,2,3,5,7,11 };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user