Subject: [Boost-bugs] [Boost C++ Libraries] #2087: enable in-place construction of fusion container content
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-07-08 11:16:27
#2087: enable in-place construction of fusion container content
---------------------------------------+------------------------------------
Reporter: oliver.mueller_at_[hidden] | Owner: djowel
Type: Feature Requests | Status: new
Milestone: Boost 1.36.0 | Component: fusion
Version: Boost 1.35.0 | Severity: Problem
Keywords: in-place,copy-constructor |
---------------------------------------+------------------------------------
when a fusion container is initialized, the objects in the container are
constructed and after that copied (using the copy constructor).
an in-place initialization would allow to have a fusion container of non-
copy-constructible types as the copy construction would not be necessary
anymore. (fusion sequence of non-copy-constructible types are not
currently supported.)
using an in-place solution should also be more efficient.
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2087> 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:49:58 UTC