Skip to content

error handling raw string literals #944

@guwirth

Description

@guwirth

There is a error handling / detecting raw string literals. Parser is not always able to detect string token correctly. In sample below end of string is not detected:

const std::regex RegexEscape(R"([.^$|()\[\]{}*+?\\])");

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions