meganz / mingw-std-threads

Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439 stars 137 forks source link

Update certain macros to modern C++ solution. #51

Closed nmcclatchey closed 5 years ago

nmcclatchey commented 5 years ago

Remove a dependency on CHAR_BIT, and remove Windows version check from the part of the library that does not require Windows.