Avoid leading underscore followed by cap in template identifiers

Discovered with the following searches:

  1. (string) "typename _" and "class _"
  2. (string) "int _"
  3. (regex) "template[ ]*<[^>]+? _[A-Z]"
Edited by Alexander Karatarakis

Merge request reports

Loading