$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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