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

Fix the re2 build on gcc 6.2 #122

Closed
wants to merge 1 commit into from
Closed

Fix the re2 build on gcc 6.2 #122

wants to merge 1 commit into from

Conversation

jhseu
Copy link

@jhseu jhseu commented Oct 16, 2016

Add functions that point to the end of the struct rather than use flexible array
members. Flexible array members are only in C99 and are not a part of the C++
standard. They're only incidentally supported by compilers. Switched to valid
C++ that effectively does the same thing.

Add functions that point to the end of the struct rather than use flexible array
members.  Flexible array members are only in C99 and are not a part of the C++
standard.  They're only incidentally supported by compilers. Switched to valid
C++ that effectively does the same thing.
@junyer
Copy link
Contributor

junyer commented Oct 17, 2016

Worked around in commit b94b7cd instead.

@junyer junyer closed this Oct 17, 2016
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.

2 participants