Opened 12 years ago
Closed 12 years ago
#4693 closed Bugs (fixed)
[docs] packed_iarchive/oarchive docs interchanged
| Reported by: | 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 , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Milestone: | To Be Determined → Boost-1.46.0 |
|---|
comment:3 by , 12 years ago
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in changeset [66785]