Re: [Boost-bugs] [Boost C++ Libraries] #10443: [fusion] Compile errors with boost::fusion::invoke and boost::result_of using decltype

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10443: [fusion] Compile errors with boost::fusion::invoke and boost::result_of using decltype
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-05 17:53:03


#10443: [fusion] Compile errors with boost::fusion::invoke and boost::result_of
using decltype
-------------------------------------+-------------------------------------
  Reporter: James Whitworth | Owner: djowel
  <fun4jimmy@…> | Status: new
      Type: Bugs | Component: fusion
 Milestone: To Be Determined | Severity: Problem
   Version: Boost 1.56.0 | Keywords: invoke result_of
Resolution: | delctype c++11
-------------------------------------+-------------------------------------

Comment (by Agustín K-ballo Bergé <kaballo86@…>):

 We have discussed this on IRC with alfC, and come to the conclusion that
 the underlying issue is that `result_of::invoke` is not SFINAE-friendly
 (as defined by C++11). The proper fix for this issue is then to make it
 SFINAE-friendly for all C++ versions.

 Additionally, there are two `invoke` definitions: one for `Sequence&` and
 another one for `Sequence const&`. This is redundant at best, and should
 be simplified.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10443#comment:3>
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:16 UTC