diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index 968dac1..1c38452 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -1404,12 +1404,12 @@ template - _bi::bind_t< R, _mfi::dm, typename _bi::list_av_1::type > + _bi::bind_t< R const &, _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)); + return _bi::bind_t(F(f), list_type(a1)); } } // namespace boost