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 635a4fc commit c1c85b0Copy full SHA for c1c85b0
2 files changed
include/nlohmann/detail/input/input_adapters.hpp
@@ -309,7 +309,7 @@ class input_adapter
309
{
310
public:
311
// native support
312
- input_adapter(FILE* file)
+ input_adapter(std::FILE* file)
313
: ia(std::make_shared<file_input_adapter>(file)) {}
314
/// input adapter for input stream
315
input_adapter(std::istream& i)
single_include/nlohmann/json.hpp
@@ -2358,7 +2358,7 @@ class input_adapter
2358
2359
2360
2361
2362
2363
2364
0 commit comments