Re: [Boost-bugs] [Boost C++ Libraries] #6647: BGL strong_components do not compile on MSVC 8

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6647: BGL strong_components do not compile on MSVC 8
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-12 09:50:10


#6647: BGL strong_components do not compile on MSVC 8
-------------------------------+--------------------------------------------
  Reporter: bbias@… | Owner: jewillco
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: graph
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by anonymous):

 The same issue is for Visual Studio 2010.
 Passing iterator_property_map fixed the problem as well

 {{{
 int num = strong_components(G,
 make_iterator_property_map(component.begin(), get(vertex_index, G),
 c[0]));
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6647#comment:3>
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:09 UTC