Skip to content

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

Merged
acozzette merged 1 commit intoprotocolbuffers:masterfrom
Biswa96:initialize-mutex
Nov 30, 2020
Merged

stubs/mutex: Fix compilation by initializing variable in WrappedMutex class.#8098
acozzette merged 1 commit intoprotocolbuffers:masterfrom
Biswa96:initialize-mutex

Conversation

@Biswa96
Copy link
Copy Markdown
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
Copy Markdown

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.

3 participants