Re: [Boost-bugs] [Boost C++ Libraries] #6172: let ::boost:: adaptors:: transformed accept raw function pointers too

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6172: let ::boost:: adaptors:: transformed accept raw function pointers too
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-09 21:51:32


#6172: let ::boost:: adaptors:: transformed accept raw function pointers too
-------------------------------+------------------------
  Reporter: giecrilj@… | Owner: neilgroves
      Type: Feature Requests | Status: closed
 Milestone: To Be Determined | Component: range
   Version: Boost 1.44.0 | Severity: Problem
Resolution: wontfix | Keywords:
-------------------------------+------------------------
Changes (by neilgroves):

 * status: new => closed
 * resolution: => wontfix

Comment:

 There is an easier solution that already works. If you just use
 boost::bind(&X::foo, _1) instead of the MEM_FN macro it works. This also
 works everywhere else in Boost.Range it accepts a functor without
 requiring a combinatorial explosion of function overloads.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6172#comment:1>
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:15 UTC