This is an older version of Boost and was released in 2013. The current version is 1.88.0.
Platform | File | SHA256 Hash | |
---|---|---|---|
Unix | boost_1_34_1.tar.bz2 | 0f866c75b025a4f1340117a106595cc0675f48ba1e5a9b5c221ec7f19e96ec4c 0f866c75b0....f19e96ec4c 0f866....6ec4c | |
boost_1_34_1.tar.gz | ef99062117068a0d641f4045c421661768657262a3d119c4a272c97a3e7ae5b3 ef99062117....7a3e7ae5b3 ef990....ae5b3 | ||
Windows | boost_1_34_1.7z | b3772c36638e589f81bd4aba1b50d663d4c80bcf8cdacbff2f02a59b9790be89 b3772c3663....9b9790be89 b3772....0be89 | |
boost_1_34_1.zip | 9173a2a1b57fd0220fc783c42946f279bf7d981bb3a6f057392e36814f8c39c7 9173a2a1b5....814f8c39c7 9173a....c39c7 |
Version 1.34.1
July 24th, 2007 12:00 GMT
This is a bug fix release addressing many problems with the 1.34.0 release. It is a recommended upgrade for all users of Boost 1.34.0. For a complete list of fixes see Boost Trac.
Supported Compilers
New in this release is improved support for the IBM XL C/C++ compiler.
Boost is tested on a wide range of compilers and platforms. Since Boost libraries rely on modern C++ features not available in all compilers, not all Boost libraries will work with every compiler. New in this release The following compilers and platforms have been extensively tested with Boost, although many other compilers and platforms will work as well. For more information, see the regression test results.
- Apple GCC 4.0.1 on Mac OS X.
- Borland C++ 5.8.2 on Windows.
-
GNU C++
- 3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- 4.1.x on Solaris
- 3.4.x on Windows
- HP C++ for Tru64 UNIX 7.1.
- HP aC++ A.06.14.
- Intel C++ 9.1 on Windows, 9.0 on Linux.
- Metrowerks CodeWarrior 9.4 on Windows.
-
Microsoft Visual C++
6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
support the non-standard "Safe" C++ Library shipping with Visual
C++ 8.0, which may result in many spurious warnings from Boost headers
and other standards-conforming C++ code. To suppress these warnings, define
the macro
_SCL_SECURE_NO_DEPRECATE
. - Sun Studio 11 on Solaris.
Acknowledgements
Thomas Witt managed this release.
A great number of people contributed their time and expertise to make this release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams changes from various branches and Rene Rivera for general build and installation support.