$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [result_of] Allow result_of to work with C++11 lambdas
From: Peter Dimov (lists_at_[hidden])
Date: 2013-04-21 22:36:35
Daniel Walker wrote:
> I feel like I haven't used TR1 in a while...
I can't think of a reason to ever use TR1 (and whichever version of
result_of) in C++11. Even less so in C++14, which will have deduced return
types unless the N3638 formal motion failed, and I very much hope it did
not.