id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3406,False strong guarantee in documentation,Kazutoshi Satoda ,Thorsten Ottosen,"For many functions inserting pointers into a pointer container, the documentation says that they provide strong exception-safety guarantee while they are actually not. Instead, they perform delete on the passed pointer if an exception is thrown. I propose the wording like this; ""When an exception is thrown, nothing happens except performing delete x."" Note that replacing it with ""basic guarantee"" is over relaxing. One should be able to assume the contents of the container are unchanged when an exception is thrown. This was first posted on the mailing list. http://lists.boost.org/Archives/boost/2009/08/155078.php ",Bugs,new,Boost 1.41.0,ptr_container,Boost 1.40.0,Problem,,,