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

Add error checks for a few issues identified by re2c #82

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

jefftrull
Copy link
Collaborator

  • "undefined" input sequences that should in theory never happen
  • control characters in C++11 character and string literals

Resolves #59.

- "undefined" input sequences that should in theory never happen
- control characters in C++11 character and string literals
@jefftrull jefftrull requested a review from hkaiser March 18, 2020 22:43
Copy link
Collaborator

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jefftrull jefftrull closed this Mar 19, 2020
@jefftrull jefftrull reopened this Mar 19, 2020
@jefftrull jefftrull merged commit e95a014 into boostorg:develop Mar 19, 2020
@jefftrull jefftrull deleted the bugfix/re2c-warnings branch March 19, 2020 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix RE2C warnings
2 participants