No matching function for call to 'input_adapter' under Xcode of with nlohmann version 3.9.1 #2412
Labels
kind: bug
state: needs more info
the author of the issue needs to provide more details
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
OS version: macOS High Sierra version 10.13.6
Xcode : Version 10.0 (10A255)
in my demo code just include the header
#include <nlohmann/json.hpp>
after click the build button, will has below issue:
I check the code, which the code just to change the vector to string
update the code to below:
which can work.
The text was updated successfully, but these errors were encountered: