diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index d014b2d..5328f49 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -203,9 +203,9 @@ public: A1 operator[] (boost::arg<1> (*) ()) const { return a1_; } - template T & operator[] (value & v) const { return v.get(); } + template T & operator[] ( _bi::value & v ) const { return v.get(); } - template T const & operator[] (value const & v) const { return v.get(); } + template T const & operator[] ( _bi::value const & v ) const { return v.get(); } template T & operator[] (reference_wrapper const & v) const { return v.get(); }