Re: [Boost-bugs] [Boost C++ Libraries] #10071: [container] flat_map::insert() is ambiguous if used with initializer lists

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10071: [container] flat_map::insert() is ambiguous if used with initializer lists
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-06-23 21:22:18


#10071: [container] flat_map::insert() is ambiguous if used with initializer lists
-----------------------------------------------+------------------------
  Reporter: Sebastian Karlsson <sebastian@…> | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: container
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------+------------------------

Comment (by igaztanaga):

 Fixing this correctly requires a bit of surgery since it should avoid
 using boost::container::container_detail::pair and make std::pair moveable
 on compilers without movable std::pair. As a first step, in compilers with
 rvalue reference we could avoid boost::container::container_detail::pair
 but we shouldn't break old code.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10071#comment:2>
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:16 UTC