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 c++/17057] problems disambiguating std::allocator::rebind


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-17 05:52 -------
I agree with Andrew.  Note that EDG -- without the "-A" flag -- will try to look
up names in dependent contexts (in violation of the standard) in order to
support legacy code.  So, when comparing with EDG, you should always use "-A". 
(I'm not sure how icc spells that flag.)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17057


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