
19 Sep
2006
19 Sep
'06
4:31 p.m.
They could be made simpler (avoiding a few specializations) if you didn't try to do an nonintrusive example. E.g., this stuff: template <class Iterator> struct apply; // never defined template <class Struct, int index> struct apply<foobar<Struct,index> > { ... }; -- Dave Abrahams Boost Consulting www.boost-consulting.com