Subject: [Boost-bugs] [Boost C++ Libraries] #11766: Fusion container's conversion ctor and SFINAE.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-28 04:28:29
#11766: Fusion container's conversion ctor and SFINAE.
---------------------------------------+---------------------
Reporter: Kohei Takahashi <flast@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.60.0 | Component: fusion
Version: Boost Development Trunk | Severity: Problem
Keywords: SFINAE |
---------------------------------------+---------------------
Following code don't compile because conversion-ctor.
{{{#!cpp
#include <boost/fusion/include/vector.hpp>
using namespace boost::fusion;
int main()
{
vector<> n;
void* p;
vector<vector<>, void*> v(n, p);
}
}}}
http://melpon.org/wandbox/permlink/5RH4LvoYcZFEaqFY
I'll try to fix this before 1.60 release...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11766> 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