Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / smart_ptr / detail / sp_counted_base_spin.hpp
index bbd11e6..77734e7 100644 (file)
@@ -84,6 +84,7 @@ public:
     }
 
     virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
+    virtual void * get_untyped_deleter() = 0;
 
     void add_ref_copy()
     {