------- 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