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

Modified Files:
        broadcast.hpp 
Log Message:
boost\archive\detail\basic_iarchive: Remove some bogus declspecs

Boost.MPI: Added support for Windows auto-linking

Index: broadcast.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/collectives/broadcast.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- broadcast.hpp       16 Feb 2007 21:01:24 -0000      1.2
+++ broadcast.hpp       26 Jul 2007 16:10:59 -0000      1.3
@@ -23,7 +23,7 @@
  * INTERNAL ONLY
  */
 template<>
-void
+BOOST_MPI_DECL void
 broadcast<const packed_oarchive>(const communicator& comm,
                                  const packed_oarchive& oa,
                                  int root);
@@ -32,7 +32,7 @@
  * INTERNAL ONLY
  */
 template<>
-void
+BOOST_MPI_DECL void
 broadcast<packed_oarchive>(const communicator& comm, packed_oarchive& oa,
                            int root);
 
@@ -40,7 +40,7 @@
  * INTERNAL ONLY
  */
 template<>
-void
+BOOST_MPI_DECL void
 broadcast<packed_iarchive>(const communicator& comm, packed_iarchive& ia,
                            int root);
 
@@ -48,7 +48,7 @@
  * INTERNAL ONLY
  */
 template<>
-void
+BOOST_MPI_DECL void
 broadcast<const packed_skeleton_oarchive>(const communicator& comm,
                                           const packed_skeleton_oarchive& oa,
                                           int root);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to