1 May
2008
1 May
'08
4:43 p.m.
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