Replace NULL with nullptr
[libcds.git] / tests / unit / ellen_bintree_update_desc_pool.h
index d88f60c3b253f4a44254e520875de9c9dc2b1b94..ccb37f23835d5f406087eafdb8ba7e76a742e527 100644 (file)
@@ -83,7 +83,7 @@ namespace ellen_bintree_pool {
             typedef internal_node_allocator< Other, Alloc > other;
         };
 
-        T * allocate( size_t n, void const * pHint = NULL )
+        T * allocate( size_t n, void const * pHint = nullptr )
         {
             internal_node_counter::onAlloc();
             return base_class::allocate( n, pHint );