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

Made some small fixes for MinGW and for C++20 with GCC #8318

Merged
merged 1 commit into from Feb 19, 2021

Commits on Feb 19, 2021

  1. Made some small fixes for MinGW and for C++20 with GCC

    Our use of constinit does not seem to work with GCC yet (see
    protocolbuffers#8310), so this
    commit disables it on GCC for now.
    
    This commit also updates mutex.h to work around the fact that MinGW's
    std::mutex apparently does not have a constexpr constructor. We already
    have this kind of workaround for MSVC, so we can just use the same
    workaround.
    acozzette committed Feb 19, 2021
    Copy the full SHA
    34ec4a8 View commit details
    Browse the repository at this point in the history