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

Release notes
PrevUpHomeNext

Boost 1.53 release

  • Refactor map_view_iterator to improve error messages.
  • Fixed replace_(left/right/key/data) bug when using relations with info.
  • Fixed vector_of and list_of views assign(size_type,value_type) bug.
  • Fixed vector_of views operator[](size_type) and at(size_type) functions return value.

Boost 1.52 release

  • Fixed unused parameter name warnings in Boost.Bimap (#7425).

Boost 1.50 release

  • Added key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views (#6031).
  • Removed spurious dependency on Boost.Serialization (#3868).
  • Solved unused constructor parameter warning (#5749).

Boost 1.45 release

  • Fixed custom allocators (#3665).
  • Fixed count() constness (#2484).
  • Other maintenance fixes.

Boost 1.35 release

  • Added to Boost Libraries.

PrevUpHomeNext