[Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
polzin_spamprotect_ at gmx dot de
gcc-bugzilla@gcc.gnu.org
Thu Jan 13 13:30:00 GMT 2005
------- Additional Comments From polzin_spamprotect_ at gmx dot de 2005-01-13 13:30 -------
I just want to add the information that unfortunately already
"-D_GLIBCXX_DEBUG" turns on the abort, you don't need the PEDANTIC.
I find this annoying, because in my case rewriting is not so easy, because
I store a struct of different iterators in a vector, and this information
is gathered together one after the other and there is no scope, where all
containers exist together. Thus, it´s not possible to initialize the struct
without a GLIBCXX_DEBUG abort.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15523
More information about the Gcc-bugs
mailing list