New v2_1 stuff broke mpl::if_<...> for normal people ;-)

disabled for the time being.


[SVN r16334]
This commit is contained in:
Dave Abrahams
2002-11-20 00:48:55 +00:00
parent bfece23156
commit ad51862b48

View File

@@ -71,7 +71,7 @@ struct name< BOOST_MPL_AUX_VOID_SPEC_PARAMS(i) > \
}; \
\
namespace v2_1 { \
struct name : ::boost::mpl::name<> {}; \
/*struct name : ::boost::mpl::name<> {}; breaks mpl::if_<...> */ \
} \
/**/