
17 Jan
2006
17 Jan
'06
5:33 p.m.
Tobias Schwinger <tschwinger@neoscientists.org> writes:
Arkadiy Vertleyb wrote:
"Tobias Schwinger" <tschwinger@neoscientists.org> wrote
test.cpp(77) : error C2784: 'boost::spirit::positive<S> boost::spirit::operator +(const boost::spirit::parser<DerivedT> &)' : could not deduce template argument for 'const boost::spirit::parser<DerivedT> &' from 'T'
What's T?
/I/ don't know what T really is (MSVC won't tell me) ;-).
have you tried instantiating an un-defined template on T? template <class T> struct unknown; then instantiate unknown<T> or instantiate boost::mpl::print<T> if this could happen any number of times, to avoid stopping compilation. -- Dave Abrahams Boost Consulting www.boost-consulting.com