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

stubs/mutex: Fix compilation by initializing variable in WrappedMutex class. #8098

Merged
merged 1 commit into from Nov 30, 2020
Merged

Conversation

Biswa96
Copy link
Contributor

@Biswa96 Biswa96 commented Nov 28, 2020

This solves the following error in gcc:
explicitly defaulted function cannot be declared 'constexpr' because the implicit declaration is not 'constexpr'

… class.

This solves the following error in gcc:
explicitly defaulted function cannot be declared 'constexpr' because the implicit declaration is not 'constexpr'
@acozzette
Copy link
Member

Thanks, @Biswa96.

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

Successfully merging this pull request may close these issues.

None yet

3 participants