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 (backport to 3.14.x) #8205

Merged

Commits on Jan 13, 2021

  1. stubs/mutex: Fix compilation by initializing variable in WrappedMutex…

    … class.
    
    This solves the following error in gcc:
    explicitly defaulted function cannot be declared 'constexpr' because the implicit declaration is not 'constexpr'
    Biswa96 authored and jtattermusch committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5f0ca6b View commit details
    Browse the repository at this point in the history