
30 Nov
2004
30 Nov
'04
12:10 a.m.
Peter Dimov wrote:
David Abrahams wrote:
boost/bind.hpp
#include <boost/bind/bind.hpp> #include <boost/bind/placeholders.hpp> namespace { using namespace boost::bind::placeholders; }
This, of course, will still require you to use mpl::_1. I assume that you intend to fix all your includes to belong to... err, point to the using-directive-less version?
And to expand on that, you surely realize that this won't help either, because the user can #include <boost/bind.hpp> before your header and reintroduce the ambiguity?