$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] request: BOOST_NO_SFINAE_EXPR macro
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-07-30 10:20:38
It would be very nice if Boost.Config provided the BOOST_NO_SFINAE_EXPR
macro, that would be defined if the compiler does not support SFINAE
applied to expressions.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2634.html
GCC supports this feature since 4.4 both for C++03 and C++0x for example.