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)

broadcast_test.patch (422 bytes ) - added by Chris Jefferson 12 years ago.
Broardcast.cpp patch, removing double 'using'

Download all attachments as: .zip

Change History (4)

by Chris Jefferson, 12 years ago

Attachment: broadcast_test.patch added

Broardcast.cpp patch, removing double 'using'

comment:1 by Steven Watanabe, 12 years ago

Component: Nonempi
Owner: set to Douglas Gregor

comment:2 by Steven Watanabe, 12 years ago

This code is okay, but the extra using declaration should still be removed for the sake of cleanliness.

comment:3 by Noel Belcourt, 12 years ago

Resolution: fixed
Status: newclosed

Tested attached patch on Mac and Linux, and committed.

Note: See TracTickets for help on using tickets.