
1 Aug
2005
1 Aug
'05
1:13 p.m.
"Andreas Huber" <ahd6974-spamgroupstrap@yahoo.com> writes:
// InnerInitial is either an mpl sequence of types or a single type template< class InnerInitial > struct state
Interfaces like this one are generally a bad idea because they kill genericity and create surprising behaviors in the degenerate case where you have a single type that happens to be a sequence. http://lists.boost.org/MailArchives/boost/msg55143.php http://lists.boost.org/MailArchives/boost/msg55098.php -- Dave Abrahams Boost Consulting www.boost-consulting.com