mirror of
https://github.com/boostorg/thread.git
synced 2026-01-25 18:52:16 +00:00
676521808d2fea63afcf295d8edb6f55df90f97a
There is no compiler with (_MSC_VER > 2000) and taking the legacy codepath would probably break compilation again when there is. As (_MSC_VER < 1300) (that would be MSVC up to 6.0 from 1998) is not supported by Boost anymore anyway and cannot compile Boost.Thread, this codepath can just be removed completely.
thread
Portable C++ multi-threading. C++11, C++14.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99.9%