Re: [Boost-bugs] [Boost C++ Libraries] #8505: Add a C++11 conforming move semantics to function<> class

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8505: Add a C++11 conforming move semantics to function<> class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-14 07:29:21


#8505: Add a C++11 conforming move semantics to function<> class
-------------------------------+-----------------------
  Reporter: viboes | Owner: apolukhin
      Type: Feature Requests | Status: assigned
 Milestone: To Be Determined | Component: function
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------
Changes (by apolukhin):

 * cc: antoshkka@… (added)
 * owner: dgregor => apolukhin
 * status: new => assigned

Comment:

 This issue has been fixed in #7330 without usage of Boost.Move.

 Discussion about adding Boost.Move to old libraries can be found
 [http://lists.boost.org/Archives/boost/2013/04/202436.php here]. In short:
 adding Boost.Move to existing libraries breaks user code.

 `template<class F> function& operator=(F&&);` does not conform C++
 Standard and may intentionally break users code on some compilers.

 Only one thing remains undone: update documentation.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8505#comment:1>
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:13 UTC