$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-02-11 15:39:57
On Feb 11, 2005, at 3:21 PM, Brian Braatz wrote:
> What about allowing the internal type to be policy\traited?
>
> i.e. I can use a vector instead of a map<>
That gets really messy, really quick, and I only really know how to
give sane semantics for list<> and map<>.
I'm against policies except in very extreme circumstances.
> and is it possible to allow for meta-data while you're at it?
Worry not, we'll find a way to get meta-data into slots :)
Doug