Fixed compiler errors
[libcds.git] / tests / unit / queue / queue_type.h
index a866c17ae2e6519808a7913590c7207a69f96a08..37dae5f16290f20e70864983b94bae45e074cd5e 100644 (file)
@@ -605,7 +605,7 @@ namespace std {
         return o;
     }
 
-    static inline std::ostream& operator <<( std::ostream& o, nullptr_t /*s*/ )
+    static inline std::ostream& operator <<( std::ostream& o, std::nullptr_t /*s*/ )
     {
         return o;
     }