diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index fedd667..11c9fe1 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -910,6 +910,10 @@ template<> struct bind_t_generator template class implementation { +private: + + typedef void R; + public: implementation(F f, L const & l): f_(f), l_(l) {}