Re: [Boost-bugs] [Boost C++ Libraries] #9347: Boost Graph Library's prim_minimum_spanning_tree function has a problem in version 1.55.0

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9347: Boost Graph Library's prim_minimum_spanning_tree function has a problem in version 1.55.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-06 15:13:03


#9347: Boost Graph Library's prim_minimum_spanning_tree function has a problem in
version 1.55.0
-------------------------------------+-------------------------------------
  Reporter: Murodzhon Akhmedov | Owner:
  <murodzhon@…> | Status: new
      Type: Bugs | Component: None
 Milestone: To Be Determined | Severity: Problem
   Version: Boost 1.55.0 | Keywords:
Resolution: | prim_minimum_spanning_tree in
                                     | version 1.55.0
-------------------------------------+-------------------------------------

Comment (by jewillco):

 I do not get an exception from either of those programs (GCC 4.9 snapshot
 on Linux). Which compiler are you using? If it's VC++, try using:

 {{{
 boost::make_iterator_property_map(p.begin(), get(boost::vertex_index, g))
 }}}

 instead of `&p[0]` in your argument list to `prim_minimum_spanning_tree`.

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