Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#11766 closed Bugs (fixed)

Fusion container's conversion ctor and SFINAE.

Reported by: Kohei Takahashi <flast@…> Owned by: Joel de Guzman
Milestone: Boost 1.61.0 Component: fusion
Version: Boost Development Trunk Severity: Problem
Keywords: SFINAE Cc:

Description

Following code don't compile because conversion-ctor.

#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...

Change History (4)

comment:2 by Kohei Takahashi <flast@…>, 7 years ago

Joel, could you close this?

comment:3 by Joel de Guzman, 7 years ago

Resolution: fixed
Status: newclosed

comment:4 by Kohei Takahashi <flast@…>, 7 years ago

Milestone: Boost 1.60.0Boost 1.61.0

correct milestone

Note: See TracTickets for help on using tickets.