
14 Apr
2004
14 Apr
'04
10:54 p.m.
"Rob Stewart" <stewart@sig.com> wrote in message news:200404141725.i3EHPjr08840@entwistle.systems.susq.com...
From: =?iso-8859-1?Q?Joaqu=EDn=20M=AA=20L=F3pez=20Mu=F1oz?= <joaquin@tid.es>
Thorsten Ottosen ha escrito: [snip] Don't forget "indices" or "indexes" in lieu of "index_list."
multi_index_container < employee, indices< ordered_unique<member<employee,string,&employee::name> >, ordered_non_unique<member<employee,int,&employee:age> >,
but then index::indices seems wierd :-) What about puttinh index_list together with multi_indexed_container in namespace boost? br Thorsten