$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] The Lonely Song of the MPL Maintainer -- or Boost support for antediluvian compiler and the future supprot of C++11
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-08-14 17:38:08
On 08/14/2011 10:50 PM, Vicente Botet wrote:
>
> Mathias Gaunard-2 wrote:
>>
>> On 08/14/2011 04:52 PM, Vicente Botet wrote:
>>
>>> I don't know, but I guess that the list of 03 compliant compilers will be
>>> quite short. Have you a list?
>>
>> Recent versions of GCC, Intel compilers, Clang, MSVC, PGI, Comeau, xlC,
>> what else?
>> nvcc maybe, though it's hardly C++03 compliant?
>>
>>
>
> I have a question, is SFINAE_EXPR a C++0x or C++03 feature?
It's possible to have it in C++03, but it's not required before C++0x.