[Bug c++/41690] Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-13 Thread timothy dot renner at gmail dot com
--- Comment #4 from timothy dot renner at gmail dot com 2009-10-13 06:38 --- Actually it is. The name of the parent class really is templT::A, which is a templated class. Sorry, my mistake, I mistyped that. Let me clarify. I didn't mean the parent class, I meant the containing

[Bug c++/41690] New: Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-12 Thread timothy dot renner at gmail dot com
ReportedBy: timothy dot renner at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41690

[Bug c++/41690] Scoping is incorrect for inherited classes nested inside a templated class.

2009-10-12 Thread timothy dot renner at gmail dot com
--- Comment #2 from timothy dot renner at gmail dot com 2009-10-13 05:47 --- Thank you, I found that I could access it that way, and it makes a good workaround. I'm curious why this is not a scoping bug though? It seems like the compiler should still be able to scope d_data from