Skip to content

Visual Studio 2015 IntelliTrace problems #729

Description

@leozzyzheng
using json = nlohmann::json;
json j;
std::string json_string;
j = json::parse(json_string);

Visual Studio 2015 will show red line under json::parse:
image
it shows following error message:
image

I can successfully compile it but it is a little bit annoying. Could it be avoided?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions