
15 Feb
2005
15 Feb
'05
11:27 a.m.
Larry Evans wrote:
On 02/15/2005 03:39 AM, Joel de Guzman wrote:
I'm still not clear. Will there be a fusion::set<T1,T2>::insert of any type?
Close, but no. There will be an insert(s, k) function. Will elements of type T1 and T2 be put in the
same set using something like boost::any?
No. No type erasure here. The set will contain heterogenious types. There will be no need for boost::any. Perhaps mpl::set will make it clear? http://www.boost.org/libs/mpl/doc/refmanual/set.html I will try to follow MPL's interface, using functions instead of metafunctions. -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net