$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-01 12:43:19
AMDG
Joel FALCOU wrote:
> Hi all,
>
> I'm currently using large parts of booos::mpl and boost::fusion in a
> large project. Alas, I keep triggering some unwanted ADL betwenn some of
> my code and mpl code.
> <snip>
>
> What can I do to prevent this ADL while not forcing the client code to
> explicitely write bar::size(g) ?
>
> Thanks in advanc
To my knowledge there is no way to block ADL without changing MPL.
(I assume that you want ADL for your size function)
In Christ,
Steven Watanabe