Chlumsky/json-cpp-gen

Support raw string literals

Chlumsky opened this issue · 1 comments

If a "raw" string literal (R"(text)") was present in the parsed header files, its range may not be properly detected at least in some cases and it may break the header parser. Make sure this cannot happen.

Implemented in 6e2f721