Files
config/include/boost/config
Sergey Shandar d23ba31dad Incorrect MSVC version detection
I know, Boost doesn't support MSVC 5.0 and 6.0. But the expression is invalid. Another way to fix it:
```c++
#   if _MSC_VER < 1300
      // Note: Versions up to 7.0 aren't supported.
#     define BOOST_COMPILER_VERSION 6.0
#   elif _MSC_VER < 1310
#     define BOOST_COMPILER_VERSION 7.0
```
2017-08-08 17:36:58 -07:00
..
2017-08-08 17:36:58 -07:00
2017-07-27 14:49:09 -07:00
2017-08-07 06:11:30 -07:00
2008-05-10 08:10:09 +00:00
2017-03-19 08:48:11 -05:00
2012-01-14 23:31:06 +00:00
2011-04-05 08:24:09 +00:00