diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index e435ee2..a8308e9 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -1448,6 +1448,8 @@ template, typename _bi::list_av_1::type > #endif +*/ + +template +_bi::bind_t< R, _mfi::dm, typename _bi::list_av_1::type > + BOOST_BIND(R T::*f, A1 a1) +{ + typedef _mfi::dm F; + typedef typename _bi::list_av_1::type list_type; + return _bi::bind_t( F(f), list_type(a1) ); +} + } // namespace boost #ifndef BOOST_BIND_NO_PLACEHOLDERS