Skip to content

Mingw with win32 thread model should be handled like msvc #3

@jingkaimori

Description

@jingkaimori

Mingw has two thread model: posix and win32. Posix model behaves as standard c++ compiler, but mingw of win32 model is built without std::mutex, thus behaves like msvc. So detection at line 173 should be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions