Re: [Boost-bugs] [Boost C++ Libraries] #6278: mem_fn has a different result_type

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6278: mem_fn has a different result_type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-22 22:01:37


#6278: mem_fn has a different result_type
------------------------------------+---------------------------------------
  Reporter: giecrilj@… | Owner: pdimov
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: bind
   Version: Boost 1.48.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------+---------------------------------------

Comment (by viboes):

 The error is normal as you have declared twice the type r :(


 {{{
  typedef typename F:: result_type r;
  typedef type_of_the_member r;
 }}}

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