2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-25 18:52:16 +00:00
Marcel Raad 676521808d Remove wrong MSVC version check
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.
2017-03-24 22:28:41 +01:00
2016-07-16 19:50:46 +03:00
2014-06-10 00:18:36 +01:00
2017-03-24 22:28:41 +01:00
2017-02-28 23:29:28 +01:00
2001-06-15 15:27:08 +00:00
2014-10-11 07:33:57 +02:00
2016-11-05 23:37:45 +01:00

thread

Portable C++ multi-threading. C++11, C++14.

License

Distributed under the Boost Software License, Version 1.0.

Description
Mirrored via gitea-mirror
Readme 11 MiB
Languages
C++ 99.9%