$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Proto][MPL]Missing ADL barrier in MPL
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-10-13 09:28:30
Joel Falcou wrote:
> joel wrote:
>> Eric Niebler wrote:
>>> Could you send a repro?
OK, sorry for the noise. The error came from the fact I used
boost::mpl::_ in a lambda function in the expression grammar.
The domain uses the grammar as tempalte parameters and the expression
inherits from the domain, leading to the ADL error.
So this means I think that's MPl that require fixing.