
28 Dec
2005
28 Dec
'05
9:34 p.m.
"Cromwell Enage" <sponage@yahoo.com> wrote
* The BOOST_MPL_AUX_TYPEOF_REGISTER_TYPE_C macro, defined in <boost/mpl/aux_/typeof/register_type_c.hpp>
Hmmm, I am kind of surprised it is working... I can see two problems here: 1) BOOST_TYPEOF_REGISTER_[...] macros depend on the __LINE__, and so can't be used directly with BOOST_PP_ENUM, etc., and 2) These macros internally use BOOST_PP_ENUM, which I don't think is re-entrant... Regards, Arkadiy