id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3878,"""ptr_map::auto_type const"" acts like ""std::auto_ptr"" instead of ""std::auto_ptr const""",ryan.gallagher@…,Thorsten Ottosen,"the ptr_map::auto_type doesn't act quite as much like std::auto_ptr as the documentation declares. The reason is that it seems to follow container const semantics instead of pointer const semantics. Namely, ""ptr_map::auto_type const"" acts more like ""std::auto_ptr"" instead of ""std::auto_ptr const"". In reading the documentation I would have expected the latter instead of the former treatment of const on this type. It should be considered which is the appropriate way to handle const for this type. If the existing behavior is desired then a note should be added to the documentation. If instead const pointer semantics are desirable then changing the code should be considered. This may apply to other pointer containers as well, I haven't investigated this.",Bugs,closed,Boost 1.42.0,ptr_container,Boost 1.39.0,Problem,wontfix,,