From: Steven Watanabe (steven_at_[hidden])
Date: 2007-02-06 18:39:06


AMDG

Matthias Schabel <boost <at> schabel-family.org> writes:
>
> I'm not familiar enough with Boost.Typeof to know what that does -
> is it just a #define somewhere before typeof is called, then replace
> typeof with BOOST_TYPEOF?

I meant

#ifdef BOOST_TYPEOF_NATIVE
//BOOST_TYPEOF implementation
#else
//other implementation
#endif

In Christ,
Steven Watanabe