http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59790
Bug ID: 59790 Summary: Inner template class specialization has no direct access to outer template class typedefs Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: blaffablaffa at gmail dot com See the attached testcase, Compile simply with `g++ -c test.cpp`. The code compiles with the latest clang.