We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e3bf commit bfeca90Copy full SHA for bfeca90
test/beast/http/file_body.cpp
@@ -168,7 +168,7 @@ class file_body_test : public beast::unit_test::suite
168
"0123456789"; // 40
169
// create the temporary file
170
{
171
- std::ofstream fstemp(temp.path().native());
+ std::ofstream fstemp(temp.path().string());
172
std::size_t written = 0;
173
std::size_t to_write = 4097;
174
while (written < to_write)
@@ -223,7 +223,7 @@ class file_body_test : public beast::unit_test::suite
223
224
225
226
227
228
std::size_t to_write = 2048;
229
0 commit comments