leeand00
leeand00

Reputation: 26402

Which version of boost should I use with c++ visual-studio-2005?

Does anyone know what version of the Boost Library to use with Visual Studio 2005?

Upvotes: 1

Views: 636

Answers (3)

Ramon Zarazua B.
Ramon Zarazua B.

Reputation: 7415

I have been using 1.36 for a while, and it works great. I tried 1.39 for a bit and also works good.

I find it much easier to install the package from BoostPro, since they package it specifically for various Visual Studio versions, and allow for a customized install to let you choose just what you need.

Upvotes: 1

James McNellis
James McNellis

Reputation: 355297

The latest version, 1.41.0.

If you're interested, Boost maintains a page with the current status of the regression tests on a variety of platforms, including Visual C++ 7.1, 8.0, and 9.0 (Visual Studio 2003, 2005, and 2008, respectively).

Upvotes: 8

Simeon Pilgrim
Simeon Pilgrim

Reputation: 26078

1.33.1 and 1.39.0 work with no problems in VS2K5 here at work..

Upvotes: 0

Related Questions