------- Additional Comments From bangerth at dealii dot org 2005-09-07 20:55 ------- What I had meant was liba.so containing an explicit specialization of std::vector<int> and libb.so using it while being compiled with -fno-implicit-instantiations (or whatever the correct name for that flag was). If you only re-compile libb.so, this won't work any more. Likewise the other way round. If, however, std/vector.h contained both the old and the new signature, the latter case would still work. This sounds like a pretty academic case, though (but hey, that's the kind of work I'm paid for :-), so I don't think it's worth bothering about... W.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23767