Subject: [Boost-bugs] [Boost C++ Libraries] #11140: Nested fusion::tuple fails in implicit copy constructor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-24 20:32:33
#11140: Nested fusion::tuple fails in implicit copy constructor
-------------------------------------+---------------------
Reporter: ldionne.2@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+---------------------
The following code fails to compile on Boost trunk (~1.58.0) with Clang
3.7.0 (trunk):
{{{
#include <boost/fusion/tuple.hpp>
int main() {
boost::fusion::tuple<boost::fusion::tuple<int>> xs;
boost::fusion::tuple<boost::fusion::tuple<int>> implicit_copy = xs;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11140> 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:18 UTC