[Bug libstdc++/17373] std::set::erase(const_iterator) doesn't output error on compilation
giovannibajo at libero dot it
gcc-bugzilla@gcc.gnu.org
Thu Sep 9 12:18:00 GMT 2004
------- Additional Comments From giovannibajo at libero dot it 2004-09-09 12:18 -------
Also FYI notice that iterators are almost *never* implemented as raw pointers
(they are objects which implements operator* and operator-> and acts like
pointers).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17373
More information about the Gcc-bugs
mailing list