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 C3264](compiler-error-c3264.md)| '*identifier*': a class-constructor cannot have a return type |
@@ -101,7 +101,7 @@ The articles in this section of the documentation explain a subset of the error
101
101
|[Compiler error C3283](compiler-error-c3283.md)| '*interface*': an interface cannot have an instance constructor |
102
102
|[Compiler error C3284](compiler-error-c3284.md)| the constraints for generic parameter '*parameter*' of function '*declarator*' must match the constraints for generic parameter '*parameter*' of function '*declarator*' |
103
103
|[Compiler error C3285](compiler-error-c3285.md)| for each statement cannot operate on variables of type '*type*' |
104
-
|[Compiler error C3286](compiler-error-c3286.md)|'*specifier*': an iteration variable cannot have any storage-class specifiers|
104
+
|[Compiler error C3286](compiler-error-c3286.md)|A for-range-declaration cannot have a storageclass other than '`constexpr`'|
105
105
|[Compiler error C3287](compiler-error-c3287.md)| the type '*type*' (return type of `GetEnumerator`) must have a suitable public `MoveNext` member function and public `Current` property |
106
106
|[Compiler error C3288](compiler-error-c3288.md)| '*type*': illegal dereference of a handle type |
107
107
|[Compiler error C3289](compiler-error-c3289.md)| '*identifier*': a trivial property cannot be indexed |
0 commit comments