Update of /cvsroot/boost/boost/boost/parallel/mpi/collectives
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28536

Modified Files:
        broadcast.hpp 
Log Message:
Remove redefined default argument

Index: broadcast.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/parallel/mpi/collectives/broadcast.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- broadcast.hpp       12 Dec 2006 00:45:16 -0000      1.1
+++ broadcast.hpp       13 Dec 2006 18:11:15 -0000      1.2
@@ -117,7 +117,7 @@
 } // end namespace detail
 
 template<typename T>
-void broadcast(const communicator& comm, T& value, int root = 0)
+void broadcast(const communicator& comm, T& value, int root)
 {
   detail::broadcast_impl(comm, value, root, is_mpi_datatype<T>());
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to