[Bug c++/26904] A template named the same as its member confuses lookup through inheritance

2016-05-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904 --- Comment #5 from Jonathan Wakely --- For the record, it seems to have first been fixed for GCC 4.5

[Bug c++/26904] A template named the same as its member confuses lookup through inheritance

2016-05-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/26904] A template named the same as its member confuses lookup through inheritance

2006-04-30 Thread dave at boost-consulting dot com
--- Comment #3 from dave at boost-consulting dot com 2006-05-01 02:43 --- I'm afraid I don't. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904

[Bug c++/26904] A template named the same as its member confuses lookup through inheritance

2006-04-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-01 02:28 --- Do you have a shorter testcase? It is hard to figure out if this is valid code (though it does look like it is). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904

[Bug c++/26904] A template named the same as its member confuses lookup through inheritance

2006-03-28 Thread dave at boost-consulting dot com
--- Comment #1 from dave at boost-consulting dot com 2006-03-28 15:16 --- Created an attachment (id=11136) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11136&action=view) Preprocessed C++ source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904