Update of /cvsroot/boost/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18125/boost
Modified Files:
weak_ptr.hpp
Log Message:
make_shared removed
Index: weak_ptr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/weak_ptr.hpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- weak_ptr.hpp 18 Feb 2006 19:17:33 -0000 1.33
+++ weak_ptr.hpp 9 Apr 2007 18:42:49 -0000 1.34
@@ -179,12 +179,6 @@
a.swap(b);
}
-// deprecated, provided for backward compatibility
-template<class T> shared_ptr<T> make_shared(weak_ptr<T> const & r)
-{
- return r.lock();
-}
-
} // namespace boost
#ifdef BOOST_MSVC
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs