]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
c++config (std::size_t, [...]): Provide typedefs.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / pat_trie_ / iterators_fn_imps.hpp
index 9902d96dbb15e24bb38b822cb1775be9791e4b99..893a762056d5bb5969e4e19d9baaf57e85332b99 100644 (file)
@@ -110,11 +110,11 @@ PB_DS_CLASS_T_DEC
 inline typename PB_DS_CLASS_C_DEC::const_node_iterator
 PB_DS_CLASS_C_DEC::
 node_end() const
-{ return const_node_iterator(NULL, this); }
+{ return const_node_iterator(0, this); }
 
 PB_DS_CLASS_T_DEC
 inline typename PB_DS_CLASS_C_DEC::node_iterator
 PB_DS_CLASS_C_DEC::
 node_end()
-{ return node_iterator(NULL, this); }
+{ return node_iterator(0, this); }