$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Richter (Simon.Richter_at_[hidden])
Date: 2006-08-07 04:39:58
Hello,
Doug Gregor wrote:
> template<typename... Types> struct vector { };
This looks really nice.
My understanding is that <typename... Types> would be an ordered list of
types. In some cases, you might be interested in an unique set though
(boost::any); is there some way to express that the list of types should
be "normalized" in some way, or is that an entirely different beast?
Simon