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 C3773|please use /await compiler switch to enable coroutines|
289
+
|Compiler error C3773|Use of '*feature*' in this context is a non-conforming extension in `C++`*version*|
290
290
|Compiler error C3774|cannot find '*scope*::*identifier*': Please include *header_name* header|
291
291
|Compiler error C3775|return type of '*function*' should not be '*type*'|
292
292
|Compiler error C3776|cannot return an expression of type void in a coroutine with non-void eventual return type|
@@ -297,7 +297,7 @@ The articles in this section explain a subset of the error messages generated by
297
297
|Compiler error C3781|'*keyword*': cannot be a used in a coroutine of type '*type*'. Either *keyword* or *keyword* must be present in associated promise_type|
298
298
|Compiler error C3782|*type*: a coroutine's promise cannot contain both *keyword* and *keyword*|
299
299
|Compiler error C3783|'*identifier*': cannot be a coroutine|
300
-
|Compiler error C3784|*keyword*expression cannot appear in this context|
300
+
|Compiler error C3784|*keyword* cannot appear in this context|
301
301
|Compiler error C3785|the first template argument to 'std::integer_sequence' must be an integer type|
302
302
|Compiler error C3786|the second template argument to 'std::make_integer_sequence' must be an integer constant greater than or equal to zero|
303
303
|Compiler error C3787|cannot deduce the return type of this coroutine|
@@ -342,7 +342,7 @@ The articles in this section explain a subset of the error messages generated by
342
342
|Compiler error C3826|Obsolete.|
343
343
|Compiler error C3827|standard attribute 'deprecated' may have either no arguments or one string literal describing the reason|
344
344
|[Compiler error C3828](compiler-error-c3828.md)|placement arguments cannot be specified for a '*keyword*' expression for type '*type*'|
345
-
|Compiler error C3829|standard attribute 'noreturn' may only be applied to functions|
345
+
|Compiler error C3829|attribute `[[`*attribute name*`]]` may only be applied to a function declaration|
346
346
|[Compiler error C3830](compiler-error-c3830.md)|'*type1*': cannot inherit from '*type2*', value types can only inherit from interface classes|
347
347
|[Compiler error C3831](compiler-error-c3831.md)|'*identifier*': '*type*' cannot have a pinned data member or a member function returning a pinning pointer|
348
348
|[Compiler error C3832](compiler-error-c3832.md)|'*typelib*': type library looks as if it was built for 32-bit pointers; please change the 'ptrsize' qualifier|
@@ -377,7 +377,7 @@ The articles in this section explain a subset of the error messages generated by
377
377
|[Compiler error C3861](compiler-error-c3861.md)|'*identifier*': identifier not found|
378
378
|[Compiler error C3862](compiler-error-c3862.md)|'*function*': cannot compile an unmanaged function with `/clr:pure` or `/clr:safe`|
379
379
|Compiler error C3863|array type '*type*' is not assignable|
380
-
|Compiler error C3864|Obsolete.|
380
+
|Compiler error C3864|'*context*': requires clause is incompatible with the declaration|
381
381
|[Compiler error C3865](compiler-error-c3865.md)|'*keyword*': can only be used on native member functions|
0 commit comments