Opened 13 years ago
Closed 12 years ago
#3284 closed Patches (fixed)
Incorrect documentation for interprocess::shared_memory_mapping::get_size
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.45.0 | Component: | interprocess |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | documentation | Cc: |
Description
In 1.39.0 and SVN trunk, boost::interprocess::shared_memory_mapping::get_size is documented as:
!Returns the name of the file !used in the constructor bool get_size(offset_t &size) const;
This is obviously incorrect. I've attached a proposed documentation patch to correct this.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | shmem_object_getsize_doc.patch added |
---|
comment:1 by , 12 years ago
Milestone: | Boost 1.40.0 → Boost-1.45.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.45 in release branch