Re: [Boost-mpi] [EXTERNAL] Compilation error on pynonblocking.cpp

2014-07-31 Thread Gonzalo BG
done On Thu, Jul 31, 2014 at 7:44 PM, Belcourt, Kenneth wrote: > > On Jul 31, 2014, at 3:08 AM, Gonzalo BG wrote: > > > Here the corresponding patch for the src/python/py_nonblocking.cpp file > (I can also send a pull-request over github if desired). > > Yes, a PR in github would help, thanks.

Re: [Boost-mpi] [EXTERNAL] Compilation error on pynonblocking.cpp

2014-07-31 Thread Belcourt, Kenneth
On Jul 31, 2014, at 3:08 AM, Gonzalo BG wrote: > Here the corresponding patch for the src/python/py_nonblocking.cpp file (I > can also send a pull-request over github if desired). Yes, a PR in github would help, thanks. > > > On Thu, Jul 31, 2014 at 11:01 AM, Gonzalo BG wrote: > Explicitly

Re: [Boost-mpi] Compilation error on pynonblocking.cpp

2014-07-31 Thread Gonzalo BG
Here the corresponding patch for the src/python/py_nonblocking.cpp file (I can also send a pull-request over github if desired). On Thu, Jul 31, 2014 at 11:01 AM, Gonzalo BG wrote: > Explicitly converting optional to bool in those two cases (there are two > test_all calls) fixes the issue, is i

Re: [Boost-mpi] Compilation error on pynonblocking.cpp

2014-07-31 Thread Gonzalo BG
Explicitly converting optional to bool in those two cases (there are two test_all calls) fixes the issue, is it possible to get this patched before the 1.56.0 release? This might be a c++11/14 specific bug (I compile with clang-trunk using c++1y). On Thu, Jul 31, 2014 at 10:52 AM, Gonzalo BG wro

[Boost-mpi] Compilation error on pynonblocking.cpp

2014-07-31 Thread Gonzalo BG
I'm getting the following compilation error on the git master branch mpi py_nonblocking.cpp libs/mpi/src/python/py_nonblocking.cpp:166:14: error: no viable conversion from 'optional<(anonymous namespace)::py_call_output_iterator > >' to 'bool' return test_all(requests.begin(), requests.end(