Subject: [Boost-bugs] [Boost C++ Libraries] #13314: warning in graph/transitive_closure.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-11-28 13:46:18
#13314: warning in graph/transitive_closure.hpp
------------------------------+----------------------
Reporter: o.tristan@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.63.0 | Severity: Cosmetic
Keywords: |
------------------------------+----------------------
line 92 of
graph/include/boost/graph/transitive_closure.hpp
int num_scc = strong_components(g, component_number,
vertex_index_map(index_map));
should be
size_type num_scc = strong_components(g, component_number,
vertex_index_map(index_map));
otherwise there is a warning in case of size_t used in EdgeProperties
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13314> 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-11-28 13:57:03 UTC