
6 May
2005
6 May
'05
8:31 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote
Are you sure you want to be using even a perfect implementation of is_sequence?
I'm sure one good use is giving more concise error messages. BOOST_STATIC_ASSERT((boost::mpl::is_sequence<T>::value)); (or other preferred invocation) can help to pinpoint a conceptual error (or a lack of a '::type) quickly. regards Andy Little