You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Compiler error C7527 | '%$I': template parameter name cannot be redeclared|
45
+
| Compiler error C7527 | '*identifier*': a template parameter name cannot be reused within its scope|
46
46
| Compiler error C7528 | '%1$S': A default constructor or its exception specification cannot be used within a data member initializer of the same class |
47
47
| Compiler error C7529 | multiple using-declarators require at least '%1$M' |
48
48
| Compiler error C7530 | applying a pack-expansion to a using-declaration requires at least '%1$M' |
@@ -58,7 +58,7 @@ The articles in this section of the documentation explain a subset of the error
58
58
| Compiler error C7540 | '%1$I': member cannot have the same name as the enclosing class |
59
59
| Compiler error C7541 | '%1$I': C++17 inline static data members are not compatible with managed types |
60
60
| Compiler error C7542 | '%1$S': expected a type |
61
-
| Compiler error C7543 |likelihood attributes can only be applied to statements and labels |
61
+
| Compiler error C7543 |attribute `[[`*attribute*`]]` can only be applied to statements and labels |
62
62
| Compiler error C7544 | standard attributes '%1$s' and '%2$s' are mutually exclusive |
63
63
| Compiler error C7545 | attribute '%sno_unique_address' can only be applied to a non-static data member that is not a bitfield |
| Compiler error C7647 | destroying operator delete functions must be usual deallocation functions |
165
166
| Compiler error C7648 | a conversion function cannot have a trailing return type |
166
-
| Compiler error C7649 | attribute 'xfg::rename' may only be applied to structs, classes and virtual methods |
167
-
| Compiler error C7650 | attribute 'xfg::rename' must be passed a string argument |
167
+
| Compiler error C7649 | attribute '`[[xfg::rename]]`' may only be applied to structs, classes and virtual methods |
168
+
| Compiler error C7650 | attribute '`[[xfg::rename]]`' must be passed a string argument |
168
169
| Compiler error C7651 | %1$I cannot be used with /await. Use '%2$M' or later for standard coroutine support |
169
170
| Compiler error C7652 | if a member function has a trailing requires clause then another member function with the same signature, ignoring any trailing requires clause, cannot be virtual |
170
171
| Compiler error C7653 | '%1$S': failed to select a destructor for the class |
@@ -173,12 +174,12 @@ The articles in this section of the documentation explain a subset of the error
173
174
| Compiler error C7656 | private module fragment cannot be redeclared |
174
175
| Compiler error C7657 | private module fragment cannot be declared before a module declaration |
175
176
| Compiler error C7658 | '%1$S': the initializer must be the address of a variable |
176
-
| Compiler error C7659 | attribute 'xfg::rename' may not be applied to nested class hierarchies |
177
+
| Compiler error C7659 | attribute '`[[xfg::rename]]`' may not be applied to nested class hierarchies |
0 commit comments