$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Piero Deretta (gpderetta_at_[hidden])
Date: 2008-04-03 09:34:01
On Thu, Apr 3, 2008 at 2:21 PM, Giovanni Piero Deretta
<gpderetta_at_[hidden]> wrote:
> On Thu, Apr 3, 2008 at 1:53 AM, shunsuke <pstade.mb_at_[hidden]> wrote:
> >
> > expression<T_curry2(F)>::type c = {{}};
> > is feasible.
>
> That would be very fine with me. But do you really need the double braces?
>
Ah, now I see, you actually store the expression value in a field, and
gcc complains if it is missing the second nested braces.
-- gpd