Re: [Boost-bugs] [Boost C++ Libraries] #7343: Extend result_of to work with SFINAE

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-23 02:10:46


#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 michel):

 I tested r80655 on gcc and clang and it works fine.

 Daniel, I think
 {{{
 #if defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ < 5) &&
 defined(BOOST_RESULT_OF_USE_DECLTYPE)
 #pragma GCC system_header
 #endif
 }}}
 would be safer for the future development.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7343#comment:23>
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