Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6857: reserve()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-12 08:14:12
#6857: reserve()
-------------------------------------------------------+--------------------
Reporter: Olaf van der Spek <olafvdspek@â¦> | Owner: danieljames
Type: Feature Requests | Status: closed
Milestone: Boost 1.50.0 | Component: unordered
Version: Boost 1.49.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------------------------------+--------------------
Changes (by danieljames):
* status: assigned => closed
* resolution: => fixed
Comment:
(In [78432]) Unordered: Merge unordered from trunk.
- Activate `std::allocator_traits` for gcc 4.7 and Visual C++ 11.
- Implement variadic construct in
`boost::unordered::detail::allocator_traits`
when variadics, rvalue references and SFINAE expression are available.
- Use variadic construct from `allocator_traits`, or when not available
move
the logic for constructing `value_type` to a lower level, so the
container
code is a bit simpler.
- Avoid `-Wshadow` warnings. Fixes #6190.
- Implement `reserve`. Fixes #6857.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6857#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC