Compilation errors when including <filesystem>
and using --std=c++17
or above (MinGW/Win10)
#3449
Labels
solution: invalid
the issue is not related to the library
Description
Including
<filesystem>
anywhere alongside"json.hpp"
produces a massive amount of compilation errors.This only occurs when
--std=c++17
(orc++2a
) flag is set.Might be related to #3090 ?
Reproduction steps
<filesystem>
and"json.hpp"
g++
, ensuring you have the--std=c++17
flagExpected vs. actual results
Expected: Code should compile without errors
Results: Massive amount (800+ lines) of errors during compilation
Minimal code example
Error messages
... continues for 800+ lines. See errors.txt for full error log.
The text was updated successfully, but these errors were encountered: