This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/23767] std::vector iterator implementation wrong


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]