Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Enforce template syntax `typename` over `class`
This commit is contained in:
commit
453485aede
102 changed files with 541 additions and 538 deletions
|
|
@ -69,7 +69,7 @@
|
|||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x4
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
class ComAutoreleaseRef {
|
||||
public:
|
||||
T *reference = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue