$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Multi-Index] crash on iterator copy or assignment
From: Nat Goodspeed (nat_at_[hidden])
Date: 2009-03-13 13:48:36
Jeff Flinn wrote:
>> I've started routinely writing
>>
>> T x(v);
>>
>> and then changing it when a target compiler misreads it as a scoped
>> function declaration. :-(
> Doesn't T x((v)); avoid that problem?
I'll try that next time I bump into it -- thanks!