id summary reporter owner description type status milestone component version severity resolution keywords cc 13543 documentation for allocation_command shows the wrong return type matt.liberty@… Ion Gaztañaga "The documentation at https://www.boost.org/doc/libs/1_59_0/doc/html/interprocess/managed_memory_segments.html#interprocess.managed_memory_segments.managed_memory_segment_advanced_features.managed_memory_segment_expand_in_place shows the return type for allocation_command is ""std::pair"". The code doesn't match and just returns a ""T *"". The example also disagrees and shows: std::size_t * ret = managed_shm.allocation_command The pair would actually be nicer but either the code or the docs need updating. The same problem appears in later versions." Bugs new To Be Determined interprocess Boost 1.59.0 Problem