Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Version 1.30.2

Version 1.30.2

August 19th, 2003 12:00 GMT

Downloads
PlatformFile
unixboost_1_30_2.tar.bz2
boost_1_30_2.tar.gz
windowsboost_1_30_2.zip
  • Boost Consulting is now hosting Boost CVS mirrors - see our download page.
  • Backported changes to the config system, to better handle new compiler releases.
  • Bugs in regression reporting in subproject tests were fixed.
  • Tests are now run in the context of the user's PATH environment settings
  • msvc-stlport and intel-win32-stlport toolsets now build static libraries with multithreading enabled, to be compatible with the STLPort builds.
  • intel-win32 toolset now handles wchar_t correctly when intel is installed over msvc6.
  • Backported fixes from the main trunk which prevent errors building the Boost.Test library in its default configuration.
  • Backported portability improvements for checked_delete.
  • Locale support for metrowerks (requiring a statically-linked runtime) is more uniformly handled.
  • Backported conversion/lexical_cast's wchar_t fixes from the main trunk.
  • intel-linux-tools: added rt to FINDLIBS in order to make the clock_gettime() function available (backport of a patch in CVS HEAD).
  • regression/compiler_status.cpp: backported fixes in error log links generation.