Boost C++ Libraries: Ticket #13314: warning in graph/transitive_closure.hpp https://svn.boost.org/trac10/ticket/13314 <p> line 92 of graph/include/boost/graph/transitive_closure.hpp </p> <blockquote> <p> int num_scc = strong_components(g, component_number, </p> <blockquote> <p> vertex_index_map(index_map)); </p> </blockquote> </blockquote> <p> should be </p> <blockquote> <p> size_type num_scc = strong_components(g, component_number, </p> <blockquote> <p> vertex_index_map(index_map)); </p> </blockquote> </blockquote> <p> otherwise there is a warning in case of size_t used in <a class="missing wiki">EdgeProperties</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13314 Trac 1.4.3 John Maddock Thu, 10 May 2018 11:08:17 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13314#comment:1 https://svn.boost.org/trac10/ticket/13314#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">graph</span> </li> </ul> Ticket