$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] reference to _1 is ambiguous
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-03-18 12:24:18
Sandeep Gupta wrote:
> On Tue, Mar 17, 2009 at 8:50 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>> AMDG
>>
>> Sandeep Gupta wrote:
>>> Serializer.h:78: error: reference to _1 is ambiguous
>> qualify _1, either with boost::lambda:: or with some
>> namespace alias.
>>
>
> Thanks so much Steve. This was rather simple oversight. My mistake.
>
Would be nice if bind() didn't cause this. Are the placeholders going
to be in an anonymous namespace when added to the std lib?