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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Release Notes

Boost 1.52 Release
Boost 1.51 Release
Boost 1.50 Release
Boost 1.49 Release
Boost 1.48 Release
  • Improved stable_vector's template code bloat and type safety.
  • Changed typedefs and reordered functions of sequence containers to improve doxygen documentation.
  • Fixed bugs #6615, #7139, #7215, #7232, #7269, #7439.
  • Implemented LWG Issue #149 (range insertion now returns an iterator) & cleaned up insertion code in most containers
  • Corrected aliasing errors.
  • First release. Container code from Boost.Interprocess was deleted and redirected to Boost.Container via using directives.

PrevUpHomeNext