$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [result_of] fails with clan (C++11)
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-11-27 17:44:23
Peter Dimov wrote:
> The test looks broken. A function that takes X& can't be called
> with zero arguments.
This is the right answer; the test is wrong.
TR1-style result_of allows some of the **uncallable signatures**,
but such a usage is wrong and shouldn't be used.
Regards,
Michel