$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84909 - trunk/boost/graph/distributed
From: jewillco_at_[hidden]
Date: 2013-06-27 12:52:38
Author: jewillco
Date: 2013-06-27 12:52:38 EDT (Thu, 27 Jun 2013)
New Revision: 84909
URL: http://svn.boost.org/trac/boost/changeset/84909
Log:
Added default for parameter to try to satisfy VC++
Text files modified: 
   trunk/boost/graph/distributed/breadth_first_search.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/distributed/breadth_first_search.hpp
==============================================================================
--- trunk/boost/graph/distributed/breadth_first_search.hpp	Thu Jun 27 08:53:07 2013	(r84908)
+++ trunk/boost/graph/distributed/breadth_first_search.hpp	2013-06-27 12:52:38 EDT (Thu, 27 Jun 2013)	(r84909)
@@ -152,7 +152,7 @@
        BFSVisitor vis,
        const bgl_named_params<P, T, R>& params,
        BOOST_GRAPH_ENABLE_IF_MODELS(DistributedGraph, distributed_graph_tag,
-                                    void)*)
+                                    void)* = 0)
         {
             parallel_bfs_helper
         (g, s, color, vis, get_param(params, buffer_param_t()),