Opened 12 years ago
Closed 12 years ago
#4192 closed Patches (fixed)
Double 'using' declaration in mpi
Reported by: | Chris Jefferson | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | mpi |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The attached simple patch to libs/mpi/test/broadcast_test.cpp removes a double 'using' declaration in an mpi test. This breaks comeau and clang.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | broadcast_test.patch added |
---|
comment:1 by , 12 years ago
Component: | None → mpi |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
This code is okay, but the extra using declaration should still be removed for the sake of cleanliness.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tested attached patch on Mac and Linux, and committed.
Note:
See TracTickets
for help on using tickets.
Broardcast.cpp patch, removing double 'using'