Ticket #6839: named_graph.patch

File named_graph.patch, 564 bytes (added by Sebastian Jeltsch <sjeltsch@…>, 10 years ago)
  • boost/graph/distributed/named_graph.hpp

     
    12031203
    12041204  maybe_named_graph(const process_group_type& pg,
    12051205                    const base_distribution_type& distribution)
    1206     : distribution_(pg, distribution) { }
     1206    : pg(pg), distribution_(pg, distribution) { }
    12071207
    12081208  /// Notify the named_graph that we have added the given vertex. This
    12091209  /// is a no-op.