$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Concept Traits Library
From: Edward Diener (eldiener_at_[hidden])
Date: 2010-07-12 12:30:22
On 7/11/2010 4:59 AM, John Maddock wrote:
>>> Edward Diener wrote:
>>>> Just the operator metafunctions in the CTL are useful even without the
>>>> attempts to add concepts in the form of metafuncions. I do not think
>>>> C++0x, which is still a year or more away, has any "native" support
>>>> which would allow me to determine whether a type has an operator.
>>>
>>> I believe that extended SFINAE makes it a lot easier.
>>
>> Thanks for the information. Does Boost currently have a macro which
>> checks for extended SFINAE for any compilers which may support it ?
>
> BOOST_NO_SFINAE :-)
Doesn't this only flag lack of support for SFINAE rather than the
extended SFINAE in C++0x ?