<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you're looking for a more elegant approach, you could try to<br>
recover by removing the 'typedef' specifier. That's what we do when a<br>
non-member function is defined with 'typedef'. See<br>
Parser::ParseDeclGroup and<br>
Parser::ParseSingleDeclarationAfterTemplate.<br>
</blockquote></div><br><div>This seems to work well.  I have attached an updated patch.  Thanks!</div><div><br></div>