add missing lambda support

[SVN r16608]
This commit is contained in:
Aleksey Gurtovoy
2002-12-14 23:58:59 +00:00
parent 60e6f8ac2a
commit e313e912f4

View File

@@ -100,6 +100,8 @@ struct if_
public: public:
typedef typename answer< BOOST_MPL_AUX_ICE_CAST(bool, c_) >::type type; typedef typename answer< BOOST_MPL_AUX_ICE_CAST(bool, c_) >::type type;
BOOST_MPL_AUX_LAMBDA_SUPPORT(3,if_,(C,T1,T2))
}; };
#else #else