Added compiler-specific CDS_DEPRECATED macro
[libcds.git] / src / urcu_gp.cpp
index 2acd85c8f997a50678ce19929ed52044a11f1eb7..309e1775c4ccd4569ae241608228237a324e02b5 100644 (file)
@@ -4,8 +4,8 @@
 
 namespace cds { namespace urcu { namespace details {
 
-    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_instant_tag >::s_pRCU = null_ptr<singleton_vtbl *>();
-    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_buffered_tag >::s_pRCU = null_ptr<singleton_vtbl *>();
-    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_threaded_tag >::s_pRCU = null_ptr<singleton_vtbl *>();
+    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_instant_tag >::s_pRCU = nullptr;
+    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_buffered_tag >::s_pRCU = nullptr;
+    template<> CDS_EXPORT_API singleton_vtbl * gp_singleton_instance< general_threaded_tag >::s_pRCU = nullptr;
 
 }}} // namespace cds::urcu::details