Opened 9 years ago
Last modified 9 years ago
#9401 closed Bugs
boost/mpi/nonblocking.hpp has incorrect syntax — at Version 1
| Reported by: | Jeremiah Willcock | Owned by: | Matthias Troyer | 
|---|---|---|---|
| Milestone: | To Be Determined | Component: | mpi | 
| Version: | Boost Development Trunk | Severity: | Regression | 
| Keywords: | Cc: | 
Description (last modified by )
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.
Change History (2)
by , 9 years ago
| Attachment: | nonblocking.patch added | 
|---|
comment:1 by , 9 years ago
| Description: | modified (diff) | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    

Patch attempting to fix bug