Skip to content

missing header memory_input.hpp #162

Description

@Dr-Hex

Compilation error on MS Visual Studio 2022.

Code:

#include "tao/json/from_string.hpp"

int main()
{
    auto json = tao::json::from_string("{}");
    return 0;
}

There is no such header file in pegtl repository (main branch):

#include <tao/pegtl/memory_input.hpp>

Reference:

#include <tao/pegtl/memory_input.hpp>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions