|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-08-01 08:13:04
"Andreas Huber" <ahd6974-spamgroupstrap_at_[hidden]> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk