Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4715: custom property_map no longer works for astar_search
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-06 21:09:04
#4715: custom property_map no longer works for astar_search
------------------------------------------------------+---------------------
Reporter: Szymon Gatner <szymon.gatner@â¦> | Owner: jewillco
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: graph
Version: Boost 1.44.0 | Severity: Problem
Resolution: worksforme | Keywords:
------------------------------------------------------+---------------------
Comment (by jewillco):
What needs to be changed is the typedef for value_type in
`function_property_map`. It should be
{{{
typedef typename boost::result_of<Functor(Arg)>::type
value_type;
}}}
to avoid a potentially circular definition.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4715#comment:7> 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:04 UTC