diff --git a/index.htm b/index.htm index 6126c73beb..a9c8b0805b 100644 --- a/index.htm +++ b/index.htm @@ -174,6 +174,13 @@
ptr_map<key,T>
via the new function ptr_map_insert()
+ std::auto_ptr<T>
overloads added s.t. one can also pass
+ std::auto_ptr<T>
instead of only T*
arguments to
+ member functions.
+ transfer()
now has weaker requirements s.t. one can transfer objects from
+ ptr_container<Derived>
to ptr_container<Base>
,
+