Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error handling raw string literals #944

Closed
guwirth opened this issue Sep 11, 2016 · 1 comment · Fixed by #945
Closed

error handling raw string literals #944

guwirth opened this issue Sep 11, 2016 · 1 comment · Fixed by #945
Assignees
Labels
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Sep 11, 2016

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"([.^$|()\[\]{}*+?\\])");
@guwirth guwirth added the bug label Sep 11, 2016
@guwirth guwirth added this to the 0.9.7 milestone Sep 11, 2016
@guwirth guwirth self-assigned this Sep 11, 2016
@guwirth
Copy link
Collaborator Author

guwirth commented Sep 11, 2016

fixed with #945

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

Successfully merging a pull request may close this issue.

1 participant