
29 Nov
2004
29 Nov
'04
10:42 p.m.
David Abrahams wrote:
boost/bind/bind.hpp
has the current contents of boost/bind.hpp, except that placeholders are not declared in the <unnamed>::
Nevertheless, please think about putting bind itself (and maybe the rest) into namespace boost::bind as well, if only to introduce some kind of symmetry between bind and lambda!
boost/bind.hpp
#include <boost/bind/bind.hpp> #include <boost/bind/placeholders.hpp> namespace { using namespace boost::bind::placeholders; }
Is something wrong with that?
_PLEASE_ can we have this? Stefan