$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-29 19:10:36
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?