]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/sp_counted_base_cw_ppc.hpp
boost: add eol property
[lyx.git] / boost / boost / detail / sp_counted_base_cw_ppc.hpp
index c56a56268a7edc4634006deb82efeb840631ff14..3f432528635f2e74507756ee80d531de7ee22cb9 100644 (file)
@@ -24,7 +24,7 @@
 //  formulation
 //
 
-#include <typeinfo>
+#include <boost/detail/sp_typeinfo.hpp>
 
 namespace boost
 {
@@ -123,7 +123,7 @@ public:
         delete this;
     }
 
-    virtual void * get_deleter( std::type_info const & ti ) = 0;
+    virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
 
     void add_ref_copy()
     {