$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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://listarchives.boost.org/MailArchives/boost/msg55143.php
http://listarchives.boost.org/MailArchives/boost/msg55098.php
-- Dave Abrahams Boost Consulting www.boost-consulting.com