Opened 8 years ago
#10226 new Bugs
[interprocess] undocumented : size_type
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In basic_managed_mapped_file
class page, size_type
is undocumented.
http://www.boost.org/doc/libs/1_55_0/doc/html/boost/interprocess/basic_managed_mapped_file.html
I think should add follow:
typedef implementation-defined size_type;
Note:
See TracTickets
for help on using tickets.