The source project of this merge request has been removed.
Avoid leading underscore followed by cap in template identifiers
Discovered with the following searches:
- (string) "typename _" and "class _"
- (string) "int _"
- (regex) "template[ ]*<[^>]+? _[A-Z]"
Edited by Alexander Karatarakis