Re: [Boost-bugs] [Boost C++ Libraries] #9250: ext/boost/bind/bind.hpp" line 70: Error: boost::_bi::F is not a namespace or class name

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9250: ext/boost/bind/bind.hpp" line 70: Error: boost::_bi::F is not a namespace or class name
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-15 13:28:46


#9250: ext/boost/bind/bind.hpp" line 70: Error: boost::_bi::F is not a namespace
or class name
-------------------------------+---------------------
  Reporter: anonymous | Owner: pdimov
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: bind
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by pdimov):

 "ext/common/ApplicationPool2/Spawner.h", line 250 should contain something
 like {{{boost::bind(closedir, ...)}}}. It needs to be changed to
 {{{boost::bind<int>(closedir, ...)}}}. The problem is that on this
 compiler extern "C" functions are distinct from ordinary C++ functions.

 http://www.boost.org/doc/libs/1_54_0/libs/bind/bind.html#Q_extern_C

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