Opened 10 years ago
#8280 new Bugs
missing reference docs for members of basic_managed_shared_memory
Reported by: | Eric Niebler | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The reference docs say that managed_shared_memory
is a typedef for an instantiation of the basic_managed_shared_memory
template. The reference docs for that are here: http://www.boost.org/doc/libs/1_53_0/doc/html/boost/interprocess/basic_managed__idp56460464.html
The members find
, construct
, construct_it
and destroy
are not documented here, despite being used in the example here: http://www.boost.org/doc/libs/1_53_0/doc/html/interprocess/quick_guide.html#interprocess.quick_guide.qg_named_interprocess
Note:
See TracTickets
for help on using tickets.