$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthew Vogt (mvogt_at_[hidden])
Date: 2004-04-18 19:50:55
Joaquin M Lopez Munoz <joaquin <at> tid.es> writes:
> Well, our opinions differ. Just out of curiosity, ask
> your fellow programmers if they know what MPL is. I have
> done that, and hardly anyone knew about Boost, let alone MPL.
> Anyway, please read on.
Well, lists-of-types are probably the simplest concept in MPL, and everyone
has to start somewhere. And by definition, anyone who is trying to use
the Boost.MultiIndexContainer library already knows about boost. I don't think
this is a problem.
> multi_index_container
> <
> employee
> indexed_by<
> ...
> >
> >
> multi_index_container
> <
> employee
> mpl::vector<
> ...
> >
> >
I like it.
Matt