Removed string_view

This commit is contained in:
Remotion 2018-05-10 16:16:47 +02:00
parent df46ef09c9
commit 50ee89b223

View File

@ -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 };