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
Copy file name to clipboardExpand all lines: docs/error-messages/compiler-errors-2/compiler-errors-c3300-through-c3399.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The articles in this section of the documentation explain a subset of the error
34
34
| Compiler error C3315 | ' *function*': must be a member function |
35
35
| Compiler error C3316 | '*type*': an array of unknown size cannot be used in a range-based for statement |
36
36
| Compiler error C3317 | '*identifier*': an overload function cannot be used as the expression in a range-based for statement |
37
-
| Compiler error C3318 | '*type*': an array cannot have an element type that contains 'auto' |
37
+
| Compiler error C3318 | '*type*': an array cannot have an element type that contains 'auto' <br/> No longer emitted in Visual Studio 2022 version 17.11 |
38
38
| Compiler error C3319 | Obsolete. |
39
39
|[Compiler error C3320](compiler-error-c3320.md)| '*type*': type cannot have the same name as the module 'name' property |
40
40
| Compiler error C3321 | an initializer list is unexpected in this context |
0 commit comments