Renamed get_result typedef to raw_ptr
[libcds.git] / cds / container / lazy_list_rcu.h
index 0441885af33b898b9c9a597f30d99cf68787a360..67f9b2921a964a97052309798a5cc41f2d4fea15 100644 (file)
@@ -131,7 +131,7 @@ namespace cds { namespace container {
     public:
         using exempt_ptr = cds::urcu::exempt_ptr< gc, node_type, value_type, typename maker::intrusive_traits::disposer >; ///< pointer to extracted node
         /// Type of \p get() member function return value
-        typedef value_type * get_result;
+        typedef value_type * raw_ptr;
 
     private:
         //@cond