Opened 9 years ago
Closed 9 years ago
#9401 closed Bugs (fixed)
boost/mpi/nonblocking.hpp has incorrect syntax
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.
Attachments (1)
Change History (3)
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