
15 Feb
2005
15 Feb
'05
10:39 a.m.
Larry Evans wrote:
On 02/14/2005 09:13 PM, Joel de Guzman wrote: [snip]
currently uses. Later on, I came across the need to have an associative tuple. So, really, it should be the same as STL.
So fusion::set<T1,T2> would be a pair of sets of type std::set<T1> and std::set::<T2> and with member functions:
fusion::set<T1,T2>::insert(T1); fusion::set<T1,T2>::insert(T2);
No. Not like that. It will be an associative tuple akin to mpl::set, but with data. -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net