Subject: [Boost-bugs] [Boost C++ Libraries] #11865: Intrusive list explicit ctor error with Clang 3.6 (C++11/14)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-12-23 11:08:47
#11865: Intrusive list explicit ctor error with Clang 3.6 (C++11/14)
------------------------------+------------------------
Reporter: anonymous | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: intrusive
Version: Boost 1.60.0 | Severity: Problem
Keywords: |
------------------------------+------------------------
{{{
namespace bi = boost::intrusive;
struct A : bi::list_base_hook<>
{
};
struct C
{
bi::list<A> a;
};
C c{}; // clang error: chosen constructor is explicit in copy-
initialization
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11865> 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:19 UTC