[Bug libstdc++/23767] std::vector iterator implementation wrong
chris at bubblescope dot net
gcc-bugzilla@gcc.gnu.org
Wed Sep 7 20:51:00 GMT 2005
------- Additional Comments From chris at bubblescope dot net 2005-09-07 20:51 -------
I just tried adding a template parameter, and it does break things unfortunatly.
In an "old" file define something like:
void f(vector<int>::iterator v) {..}
and then try to call it from a file that includes the new definition, and they
won't link together.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23767
More information about the Gcc-bugs
mailing list