[Boost-bugs] [Boost C++ Libraries] #6731: decltype-based boost::result_of does not conform to std::result_of

Subject: [Boost-bugs] [Boost C++ Libraries] #6731: decltype-based boost::result_of does not conform to std::result_of
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-24 09:04:49


#6731: decltype-based boost::result_of does not conform to std::result_of
-------------------------------------+--------------------------------------
 Reporter: michel | Owner: djwalker
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: utility
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 `std::result_of` is equivalent to
 {{{
 decltype(INVOKE(declval<Fn>(), declval<ArgTypes>()…))
 }}}
 and so it can deal with pointers to member data.
 Current implementation of decltype-based `boost::result_of` cannot deal
 with pointers to member data.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6731>
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:09 UTC