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 C7661 | header-name '%s' has an ambiguous resolution to header '%s' |
180
180
| Compiler error C7662 | '%$S': a coroutine cannot be constexpr or consteval |
181
-
|[Compiler error C7688](compiler-error-c7688.md)| '`#pragma omp atomic`': expected an expression of scalar type |
181
+
| Compiler error C7665 | '*operator*': you cannot assign to '`this`' as it is not an lvalue |
182
+
| Compiler error C7666 | you cannot apply '*operator*' to '`this`' as it is not an lvalue |
183
+
| Compiler error C7667 | no global `operator delete` function found |
184
+
| Compiler error C7668 | a function with an explicit object parameter must be a member function |
185
+
| Compiler error C7669 | a function with an explicit object parameter cannot be declared '`static`' |
186
+
| Compiler error C7670 | only the first parameter may be an explicit object parameter |
187
+
| Compiler error C7671 | a member function with an explicit object parameter may only have one such parameter |
188
+
| Compiler error C7672 | a member function with an explicit object parameter may not have trailing implicit object parameter specifiers |
189
+
| Compiler error C7673 | explicit object member functions requires at least '*C++ language version*' |
190
+
| Compiler error C7674 | member function '*function 1*' with explicit object parameter of type '*type 1*' cannot overload member function '*function 2*' with implicit object parameter of type '*type 2*' |
191
+
| Compiler error C7675 | cannot overload static member function with member function declaring the same non-object parameter types |
192
+
| Compiler error C7676 | member functions with an explicit object parameter cannot be defaulted |
| Compiler error C7678 | member functions with an explicit object parameter cannot be virtual |
195
+
| Compiler error C7679 | an explicit object parameter cannot be a parameter pack |
196
+
| Compiler error C7680 | only function parameters may be explicit object parameters |
197
+
| Compiler error C7682 | '*declaration*': a non-defining declaration of an enumeration with a fixed underlying type is only permitted as a standalone declaration |
198
+
| Compiler error C7683 | you cannot create a reference to '`void`' |
199
+
| Compiler error C7684 | module name '*name*' has an ambiguous resolution to IFC |
200
+
| Compiler error C7685 | there is no type named '*identifier*' in '*type*' |
182
201
| Compiler error C7686 | attribute `[[msvc::constexpr]]` cannot be applied to a '`constexpr`' or '`consteval`' function |
202
+
| Compiler error C7687 | attribute `[[`*attribute*`]]` may only be applied to statements and functions |
203
+
|[Compiler error C7688](compiler-error-c7688.md)| '`#pragma omp atomic`': expected an expression of scalar type |
204
+
| Compiler error C7689 | attribute `[[msvc::intrinsic]]` cannot be applied to explicit specializations |
205
+
| Compiler error C7690 | attribute `[[msvc::intrinsic]]` cannot be applied to a recursive function |
206
+
| Compiler error C7691 | '`__super`' is not supported as '`/allowSuper-`' was specified |
207
+
| Compiler error C7692 | '*name*': rewritten candidate function was excluded from overload resolution because a corresponding `operator!=` declared in the same scope |
208
+
| Compiler error C7693 | constraints are not supported for managed types and constructs |
209
+
| Compiler error C7694 | managed type '*type*' used in a constraint definition or evaluation or in an entity that uses constraints |
210
+
| Compiler error C7695 | coroutine promise type '*type*' cannot be abstract |
| Compiler error C7739 | cannot jump from this `goto` statement to its label |
241
+
| Compiler error C7740 | cannot jump to case label |
242
+
| Compiler error C7741 | ABI inconsistency: '*function*' was originally assumed to use '`C`' return semantics but now it requires '`C++`' return semantics |
| Compiler error C7801 | '*function*': if one declaration of '*identifier*' has the '`[[msvc::disptach]]`' attribute then all functions must have the attribute |
245
+
| Compiler error C7802 | '*identifier*': a capability must resolve to an enumerator |
246
+
| Compiler error C7803 | '*identifier*': a capability must be associated with a non-overloaded, non-virtual function |
247
+
| Compiler error C7804 | '*identifier*': cannot find a matching default dispatch function |
248
+
| Compiler error C7806 | support for the '`msvc::dispatch`' attribute requires '`/experimental:loadTimeSelection`' |
0 commit comments