Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7343: Extend result_of to work with SFINAE
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-22 23:55:43
#7343: Extend result_of to work with SFINAE
-------------------------------+--------------------------------------------
Reporter: djwalker | Owner: djwalker
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: utility
Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords: result_of, decltype, SFINAE
-------------------------------+--------------------------------------------
Comment (by djwalker):
Works on gcc 4.4. Nice! However, BOOST_NO_SFINAE_EXPR does not appear to
be defined for 4.4. boost/config/gcc.hpp has
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4)
# define BOOST_NO_SFINAE_EXPR
#endif
Should that be __GNUC_MINOR__ < 5?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7343#comment:14> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC