Thanks to visit codestin.com
Credit goes to github.com

Skip to content

moves vector operations to a location where they're operating on complete types #829

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

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

copybara-service[bot]
Copy link

moves vector operations to a location where they're operating on complete types

Several JSON types form members to a vector of an incomplete type, which is
not allowed. libc++ has historically turned a blind eye here, but an incoming
patch will cause these types to break. This commit intends to get in front of
that libc++ change by moving all function definitions that reference vectors to
after all JSON objects are defined.

@copybara-service copybara-service bot force-pushed the test_653700860 branch 6 times, most recently from 2e28196 to 4bf32e2 Compare July 18, 2024 21:55
…lete types

Several JSON types form members to a vector of an incomplete type, which is
not allowed. libc++ has historically turned a blind eye here, but an incoming
patch will cause these types to break. This commit intends to get in front of
that libc++ change by moving all function definitions that reference vectors to
after all JSON objects are defined.

PiperOrigin-RevId: 653768903
@copybara-service copybara-service bot merged commit 56d2bae into master Jul 18, 2024
@copybara-service copybara-service bot deleted the test_653700860 branch July 18, 2024 22:08
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.

0 participants