Re: [Boost-bugs] [Boost C++ Libraries] #6190: Warnings in unordered when compiled with "-Wshadow"

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6190: Warnings in unordered when compiled with "-Wshadow"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-12 08:14:13


#6190: Warnings in unordered when compiled with "-Wshadow"
-----------------------------------+----------------------------------------
  Reporter: c.matuszewski@… | Owner: danieljames
      Type: Bugs | Status: closed
 Milestone: Boost 1.50.0 | Component: unordered
   Version: Boost 1.48.0 | Severity: Cosmetic
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/6190#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