|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2006-09-19 12:31:35
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk