Small changes in HP GC
[libcds.git] / cds / opt / permutation.h
index 233ced164f12efe19c8b25b2365279af0c199c2a..eb83aeca3f1c7931bf83494d5f1dd165aa9f1976 100644 (file)
@@ -201,7 +201,7 @@ namespace cds { namespace opt {
         public:
             /// Initializes the generator of arbitrary length \p nLength
             random_shuffle_permutation( size_t nLength )
-                : m_pCur( null_ptr<integer_type *>() )
+                : m_pCur( nullptr )
             {
                 m_pFirst = new integer_type[nLength];
                 m_pLast = m_pFirst + nLength;