X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37494cb3360d119f0da8314463ece1a6144f8de6..ca282726be518ce2f214b890dbaafce736f14e36:/interface/wx/sharedptr.h?ds=sidebyside diff --git a/interface/wx/sharedptr.h b/interface/wx/sharedptr.h index 47b73c0d60..92e94a8759 100644 --- a/interface/wx/sharedptr.h +++ b/interface/wx/sharedptr.h @@ -9,7 +9,7 @@ /** A smart pointer with non-intrusive reference counting. - It is modeled after @c boost::shared_ptr<> and can be used with STL + It is modelled after @c boost::shared_ptr<> and can be used with STL containers and wxVector unlike @c std::auto_ptr<> and wxScopedPtr. @library{wxbase}