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++/17496] cannot access member of template base class in template derived class


------- Additional Comments From papadopo at shfj dot cea dot fr  2004-09-15 08:24 -------
> Does anyone read the release notes?

That's probably because that's not required when submitting a bug ;-)
http://gcc.gnu.org/bugs.html

Seriously, I try doing my homework before submitting a bug, so there's no need
to try to make me feel bad - it just won't work. There are many documents to
read first, such as:
* C++ standard
* FAQ
* bug database
I looked into all of the above, but forgot the release notes. That's because the
"GCC Bugs" doesn't remind that, and because I can't find any release notes in
the gcc directory. I've found them here:
http://gcc.gnu.org/gcc-3.4/changes.html

I guess this falls in this category:
	In a template definition, unqualified names will no longer find
	members of a dependent base.
It would help if the release notes referred to the relevant C++ standard paragraphs.

Anyway, sorry for the noise.


-- 


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


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