id summary reporter owner description type status milestone component version severity resolution keywords cc 13314 warning in graph/transitive_closure.hpp o.tristan@… Jeremiah Willcock "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" Bugs new To Be Determined graph Boost 1.63.0 Cosmetic