diff --git a/src/boost_style/conauto_sequence_of_patitions.hpp b/src/boost_style/conauto_sequence_of_patitions.hpp index 562b095..f50556e 100644 --- a/src/boost_style/conauto_sequence_of_patitions.hpp +++ b/src/boost_style/conauto_sequence_of_patitions.hpp @@ -96,7 +96,7 @@ namespace boost { // By now, conauto doesn't work for parallel directed graphs BOOST_STATIC_ASSERT((is_same::directed_category, undirected_tag>::value)); - degree_size_type vertex_degree_with_pivot = 0; + degree_size_type vertex_degree_with_pivot; BGL_FORALL_ADJ_T(pivot, v, g, Graph) {