> But it also seems like a change with zero net win. What's the gain? > Besides, std::auto_ptr is supposed to be deprecated once C++0x-er-1x > comes out (any decade now!); we might as well keep our AutoPtr as a > shim to whatever "std::unique_ptr" subcategory they have replacing it.
The only gain is for the user proficient in C++ - returning a std::auto_ptr<> should be obvious, returning an AutoPtr<> is initially an unfamiliar beast. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
