Opened 12 years ago

Closed 12 years ago

#4693 closed Bugs (fixed)

[docs] packed_iarchive/oarchive docs interchanged

Reported by: astukalov@… Owned by: Matthias Troyer
Milestone: Boost 1.46.0 Component: mpi
Version: Boost 1.44.0 Severity: Problem
Keywords: documentation Cc:

Description

The documentation for packed_iarchive says:

...is an Archiver (as in the Boost.Serialization library) that packs binary data into a buffer for transmission via MPI.

Whereas packed_oarchive:

is an Archiver (as in the Boost.Serialization library) that unpacks binary data from a buffer received via MPI.

IMO the descriptions should be interchanged, as iarchive unpacks and oarchive packs. The same applies to other comments in their headers. packed_iprimitive.hpp is ok.

Change History (4)

comment:1 by Matthias Troyer, 12 years ago

Owner: changed from Douglas Gregor to Matthias Troyer
Status: newassigned

comment:2 by Matthias Troyer, 12 years ago

Milestone: To Be DeterminedBoost-1.46.0

comment:3 by Matthias Troyer, 12 years ago

Fixed in changeset [66785]

comment:4 by Matthias Troyer, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.