$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] BOOST_NO_SFINAE_EXPR and GCC 4.6.4
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-08-25 18:12:03
On 25/08/13 18:14, Agustín K-ballo Bergé wrote:
> I just tested with those versions I had access to, it might be working
> on an earlier version than 4.8.1.
Can you try to test with an arbitrary 4.6 or 4.7 at least?
> By the way, why is there no CXX11 prefix in that macro name?
Because it's not C++11 specific.
SFINAE on expressions is allowed in C++03 too. C++11 is just less vague
on the subject.