Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11267: Nested boost::fusion::make_list fails to compile under boost 1.58.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-05 06:39:04
#11267: Nested boost::fusion::make_list fails to compile under boost 1.58.0
---------------------------------------+------------------------
Reporter: Andrew King <eurokang@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost 1.58.0 | Severity: Regression
Resolution: | Keywords:
---------------------------------------+------------------------
Comment (by Kohei Takahashi <flast@â¦>):
Reduced.
{{{
#!cpp
#include <boost/fusion/container/generation/make_list.hpp>
int main()
{
boost::fusion::make_list(boost::fusion::make_list(42));
}
}}}
and it relates to constexpr ctor since compiles with
-DBOOST_NO_CXX11_CONSTEXPR.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11267#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:18 UTC