"incomplete type ‘nlohmann::detail::wide_string_input_helper" compilation error #2969
Closed
2 of 3 tasks
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
What is the issue you have?
I am using this code to parse lines of JSON (basically stemming from a newline-delimited JSON file) into a vector, then parsing that vector into a JSON array.
This used to work fine. For some reason (Compiler update? I honestly have no idea), the following compiler error is now raised when compiling:
The entire log can be found below.
CMake log
Please describe the steps to reproduce the issue.
See above.
Which compiler and operating system are you using?
Which version of the library did you use?
If you experience a compilation error: can you compile and run the unit tests?
(I am waiting for the test suite to run; I have a slow network and it takes a while to download.)
The text was updated successfully, but these errors were encountered: