mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-09 11:16:45 +08:00
fix for old C++ standard in test.
This commit is contained in:
parent
155be7d3d3
commit
306f7ea4f3
@ -4,11 +4,11 @@
|
||||
|
||||
#include "fast_float/fast_float.h"
|
||||
#include <iostream>
|
||||
#include <string_view>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
struct test_data {
|
||||
const std::string_view input;
|
||||
const std::string input;
|
||||
const bool expected_success;
|
||||
const double expected_result;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user