
7 Aug
2010
7 Aug
'10
1:52 p.m.
Le 07/08/2010 00:00, Eric Niebler a écrit :
Can you please send a program I can use to reproduce the error?
The most simple form I came to is below: #include <boost/proto/proto.hpp> namespace bp = boost::proto; template <typename A> struct B : bp::terminal<A>::type { }; int main() { BOOST_MPL_ASSERT(( bp::matches< bp::terminal< B<int[2]> >::type, bp::terminal< B<bp::_> > > )); } Best regards, Antoine