Re: [Boost-bugs] [Boost C++ Libraries] #8624: Large objects passed by value

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8624: Large objects passed by value
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-01 10:40:58


#8624: Large objects passed by value
-----------------------------------+----------------------------
  Reporter: Richard <legalize@…> | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.52.0 | Severity: Optimization
Resolution: fixed | Keywords:
-----------------------------------+----------------------------
Changes (by chris_kohlhoff):

 * status: new => closed
 * resolution: => fixed

Comment:

 Fixes on trunk in [85749] and [85763]. Merged to release in [85838].

 N.B. some copies are unavoidable in C++03 due to the need to obtain a non-
 const handler object. In C++11 most of these instances can use move
 construction rather than copy construction.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8624#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:14 UTC