mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Explicit conversion to string.
This commit is contained in:
parent
541e5feef1
commit
cb26cedb1c
@ -89,7 +89,7 @@ bool check_file(std::string file_name) {
|
|||||||
TEST_CASE("supplemental") {
|
TEST_CASE("supplemental") {
|
||||||
std::string path = SUPPLEMENTAL_TEST_DATA_DIR;
|
std::string path = SUPPLEMENTAL_TEST_DATA_DIR;
|
||||||
for (const auto & entry : std::filesystem::directory_iterator(path)) {
|
for (const auto & entry : std::filesystem::directory_iterator(path)) {
|
||||||
CHECK(check_file(entry.path()));
|
CHECK(check_file(entry.path().string()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user