Skip to content

Commit 8a08963

Browse files
committed
Learn Editor: Update compiler-errors-c3200-through-c3299.md
1 parent 7d530d5 commit 8a08963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-errors-2/compiler-errors-c3200-through-c3299.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The articles in this section of the documentation explain a subset of the error
6363
| Compiler error C3245 | '*function*': use of a variable template requires template argument list |
6464
| [Compiler error C3246](compiler-error-c3246.md) | '*class*': cannot inherit from '*base_class*' as it has been declared as '*inheritance*' |
6565
| [Compiler error C3247](compiler-error-c3247.md) | '*coclass*': a coclass cannot inherit from another coclass '*base_class*' |
66-
| [Compiler error C3248](compiler-error-c3248.md) | Obsolete. '*function*': function declared as 'sealed' cannot be overridden by '*function*' |
66+
| [Compiler error C3248](compiler-error-c3248.md) | '*function*': function declared as '`sealed`' cannot be overridden by '*function*' |
6767
| Compiler error C3249 | illegal statement or sub-expression for '`constexpr`' function (Obsolete in Visual Studio 2022.) |
6868
| Compiler error C3250 | '*declaration*': declaration is not allowed in '`constexpr`' function body (Obsolete in Visual Studio 2022.) |
6969
| [Compiler error C3251](compiler-error-c3251.md) | cannot invoke base class method on a value type instance (Obsolete in Visual Studio 2022.) |
@@ -76,7 +76,7 @@ The articles in this section of the documentation explain a subset of the error
7676
| Compiler error C3258 | Obsolete. |
7777
| Compiler error C3259 | '`constexpr`' functions can only have one `return` statement (Obsolete in Visual Studio 2022.) |
7878
| Compiler error C3260 | '*token*': skipping unexpected token(s) before lambda body |
79-
| Compiler error C3261 | a function returning a managed/WinRT array must have array brackets at the end of the declaration: '*identifier*(...) \[]' |
79+
| Compiler error C3261 | a function returning a managed/WinRT array must have array brackets at the end of the declaration: '*identifier*(...) []' |
8080
| [Compiler error C3262](compiler-error-c3262.md) | invalid array indexing: *number* dimension(s) specified for *number*-dimensional '*type*' |
8181
| Compiler error C3263 | Obsolete. |
8282
| [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
101101
| [Compiler error C3283](compiler-error-c3283.md) | '*interface*': an interface cannot have an instance constructor |
102102
| [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*' |
103103
| [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 storage class other than '`constexpr`' |
105105
| [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 |
106106
| [Compiler error C3288](compiler-error-c3288.md) | '*type*': illegal dereference of a handle type |
107107
| [Compiler error C3289](compiler-error-c3289.md) | '*identifier*': a trivial property cannot be indexed |

0 commit comments

Comments
 (0)