Opened 9 years ago
Last modified 9 years ago
#9401 closed Bugs
boost/mpi/nonblocking.hpp has incorrect syntax — at Initial Version
| Reported by: | Jeremiah Willcock | Owned by: | Matthias Troyer | 
|---|---|---|---|
| Milestone: | To Be Determined | Component: | mpi | 
| Version: | Boost Development Trunk | Severity: | Regression | 
| Keywords: | Cc: | 
Description
The file <boost/mpi/nonblocking.hpp> has incorrect syntax (trying to declare a variable on the right-hand side of the &&` operator).  The attached patch fixes this problem.
  Note:
 See   TracTickets
 for help on using tickets.
    

Patch attempting to fix bug