Skip to content

Commit 082a502

Browse files
committed
Learn Editor: Update compiler-errors-c3300-through-c3399.md
1 parent 22542b7 commit 082a502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-errors-c3300-through-c3399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The articles in this section of the documentation explain a subset of the error
3434
| Compiler error C3315 | ' *function*': must be a member function |
3535
| Compiler error C3316 | '*type*': an array of unknown size cannot be used in a range-based for statement |
3636
| 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 |
3838
| Compiler error C3319 | Obsolete. |
3939
| [Compiler error C3320](compiler-error-c3320.md) | '*type*': type cannot have the same name as the module 'name' property |
4040
| Compiler error C3321 | an initializer list is unexpected in this context |

0 commit comments

Comments
 (0)