Open tobtoht opened 1 month ago
Previously we used boost::thread because std::thread had issues with mingw. Is this no longer the case? I think mingw was finally updated?
boost::thread
std::thread
@vtnerd Ah thanks, I forgot about that. For release builds, mingw hasn't been updated in quite some time. It will get updated to a recent version with #8929, so we can hold off with this until that one is merged.
Previously we used
boost::thread
becausestd::thread
had issues with mingw. Is this no longer the case? I think mingw was finally updated?