
13 Oct
2009
13 Oct
'09
1:28 p.m.
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.