On Fri, Nov 19, 2010 at 10:14 PM, Eric Niebler <eric@boostpro.com> wrote:
(bringing in boost dev...)

This sounds bad. Can anybody confirm?

--
Eric Niebler
BoostPro Computing
http://www.boostpro.com

On 11/19/2010 4:35 PM, gast128 wrote:
> Hello all,
>
> just tried out Boost 1.45 on VStudio 2003 but I got a compile error by only
> including type_traits:
>
> #include <boost/type_traits.hpp>
>
> int main()
> {
>    return 0;
> }

What version of VC++ does that correspond to? VC++ 7.1 is being tested on both trunk and release, and passing on both.

--Beman