$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] C++11 decltype/SFINAE puzzler
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-07-17 11:02:41
On 09/07/2012 21:32, Eric Niebler wrote:
> Yes, please. We don't want to have to tell people to try compiling with
> gcc if they don't understand clang's errors. :-P
I've already been doing just that for a while. Clang error messages are
not as good as they claim.
The macro expansion, in particular, can easily lead to ridiculously
verbose error messages.