]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/sp_counted_base_gcc_ia64.hpp
boost: add eol property
[lyx.git] / boost / boost / detail / sp_counted_base_gcc_ia64.hpp
index 7f4bd252d31b1eb263f1c7e21f7cb6d518384232..7535295d2b88cf55a326137969474de4d1da6fdd 100644 (file)
@@ -16,7 +16,7 @@
 //  Lock-free algorithm by Alexander Terekhov
 //
 
-#include <typeinfo>
+#include <boost/detail/sp_typeinfo.hpp>
 
 namespace boost
 {
@@ -110,7 +110,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()
     {