Index: boost/graph/distributed/named_graph.hpp =================================================================== --- boost/graph/distributed/named_graph.hpp (revision 78218) +++ boost/graph/distributed/named_graph.hpp (working copy) @@ -1203,7 +1203,7 @@ maybe_named_graph(const process_group_type& pg, const base_distribution_type& distribution) - : distribution_(pg, distribution) { } + : pg(pg), distribution_(pg, distribution) { } /// Notify the named_graph that we have added the given vertex. This /// is a no-op.