Back to Arangodb

Boost.Flyweight Release notes

3rdParty/boost/1.78.0/libs/flyweight/doc/release_notes.html

3.12.9.13.5 KB
Original Source

Boost.Flyweight Release notes


Future work


Index


Acknowledgements


Contents

Boost 1.74 release

  • Maintenance work.

Boost 1.73 release

  • Maintenance work.

Boost 1.71 release

  • Maintenance work.

Boost 1.69 release

  • Fixed some issues in GCC related to Boost.MPL placeholder expression handling.
  • Maintenance fixes.

Boost 1.60 release

  • Maintenance fixes.

Boost 1.58 release

  • Added hash support both with std::hash and boost::hash. This can be optionally disabled to avoid clashes with legacy code where this support has already been defined by the user.
  • Maintenance fixes.

Boost 1.57 release

  • Added serialization support via Boost Serialization.
  • flyweight default constructor was made explicit in Boost 1.56, which introduces a regression in some initialization scenarios. The former non-explicit default constructor has been restored (ticket #10439).

Boost 1.56 release

  • In compilers with variadic template support, boost::flyweight<T> now provides a perfectly forwarding constructor to T::T (previously an emulation was used).
  • flyweight now replicates the initializer-list constructors and assignment operators of its underlying type.
  • Fixed intermodule static initialization problem (ticket #9553).
  • Maintenance fixes.

Boost 1.55 release

  • Maintenance fixes.

Boost 1.45 release

  • Fixed a hanging problem with intermodule_holder in Win32 platforms related to a Boost.Interprocess issue described at ticket #4606.
  • Removed an internal assertion incompatible with program termination via std::exit.

Boost 1.44 release

Boost 1.40 release

  • Maintenance fixes.

Boost 1.39 release

  • The refcounted component was not thread-safe due to an incorrect implementation and could deadlock under heavy usage conditions. This problem has been corrected.

Boost 1.38 release

  • Initial release of Boost.Flyweight.


Future work


Index


Acknowledgements

Revised May 10th 2020

© Copyright 2006-2020 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)