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

[XLA:runtime] Fix compilation problem under MSVC. #5499

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Sep 7, 2023

[XLA:runtime] Fix compilation problem under MSVC.

~Argument() names the destructor of the superclass, and MSVC rightly complains about it in the event that (*self)[i] does not return an Argument, which it does in some cases.

~Argument() names the destructor of the superclass, and MSVC rightly complains about it in the event that (*self)[i] does not return an Argument, which it does in some cases.

PiperOrigin-RevId: 563615070
@copybara-service copybara-service bot merged commit cfac4c3 into main Sep 8, 2023
@copybara-service copybara-service bot deleted the test_563567428 branch September 8, 2023 02:53
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.

1 participant