]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-mpi-unused_typedef.patch
up to 1.82.0
[packages/boost.git] / boost-1.54.0-mpi-unused_typedef.patch
1 diff -urp boost_1_54_0-orig/libs/mpi/src/communicator.cpp boost_1_54_0/libs/mpi/src/communicator.cpp
2 --- boost_1_54_0-orig/libs/mpi/src/communicator.cpp     2013-07-23 00:48:17.317091987 +0200
3 +++ boost_1_54_0/libs/mpi/src/communicator.cpp  2013-07-23 00:50:40.722961078 +0200
4 @@ -118,7 +118,6 @@ optional<status> communicator::iprobe(in
5  
6  status communicator::probe(int source, int tag) const
7  {
8 -  typedef optional<status> result_type;
9  
10    status stat;
11    BOOST_MPI_CHECK_RESULT(MPI_Probe,
This page took 0.030436 seconds and 3 git commands to generate.