id summary reporter owner description type status milestone component version severity resolution keywords cc
11766 Fusion container's conversion ctor and SFINAE. Kohei Takahashi Joel de Guzman "Following code don't compile because conversion-ctor.
{{{#!cpp
#include
using namespace boost::fusion;
int main()
{
vector<> n;
void* p;
vector, void*> v(n, p);
}
}}}
http://melpon.org/wandbox/permlink/5RH4LvoYcZFEaqFY
I'll try to fix this before 1.60 release...
" Bugs closed Boost 1.61.0 fusion Boost Development Trunk Problem fixed SFINAE