On 01/23/2014 10:30 AM, Paolo Carlini wrote:
To be clear if we use %qT with nested_name_specifier we get:

58980.C:5:8: error: ‘typename A< <template-parameter-1-1> >::B’ has not
been declared

which frankly seems suboptimal to me, both vs the non-template case and
the use of typename.

If you want to break apart the typename and do %T::%E with TYPE_CONTEXT (nested_name_specifier) on the left side, that's fine too.

Jason

Reply via email to