$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [thread] Using lambda with unique_future
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-03-05 16:21:54
>
> I'd guess that the problem is that boost::result_of
> doesn't work for C++11 lambdas. clang works because
> decltype-based result_of is enabled for clang.
Ok, make sense. I was just a little surprised.
Regards,
Christian