Update of /cvsroot/boost/boost/boost/interprocess/smart_ptr
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21347/smart_ptr

Modified Files:
        intrusive_ptr.hpp 
Log Message:
New Interprocess version

Index: intrusive_ptr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/interprocess/smart_ptr/intrusive_ptr.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- intrusive_ptr.hpp   23 Jun 2007 12:52:18 -0000      1.5
+++ intrusive_ptr.hpp   22 Jul 2007 14:04:20 -0000      1.6
@@ -258,12 +258,14 @@
 } // namespace interprocess
 
 /// @cond
+
 #if defined(_MSC_VER) && (_MSC_VER < 1400)
 /*Returns p.get(). Does not throw*/
 template<class T, class VP>
 inline T *get_pointer(boost::interprocess::intrusive_ptr<T, VP> p)
 {  return p.get();   }
 #endif
+
 /// @endcond
 
 } // namespace boost


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to