Skip to content

Commit 5f07036

Browse files
committed
Learn Editor: Update compiler-errors-c2700-through-c2799.md
1 parent 1e20b8a commit 5f07036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-errors-2/compiler-errors-c2700-through-c2799.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The articles in this section of the documentation explain a subset of the error
4848
|[Compiler error C2730](compiler-error-c2730.md)|'*class*': cannot be a base class of itself|
4949
|[Compiler error C2731](compiler-error-c2731.md)|'*function*': function cannot be overloaded|
5050
|[Compiler error C2732](compiler-error-c2732.md)|linkage specification contradicts earlier specification for '*function*'|
51-
|[Compiler error C2733](compiler-error-c2733.md)|'*function*': second C linkage of overloaded function not allowed|
51+
|[Compiler error C2733](compiler-error-c2733.md)|'*function*': you cannot overload a function with '`extern "C"`' linkage|
5252
|[Compiler error C2734](compiler-error-c2734.md)|'*identifier*': 'const' object must be initialized if not 'extern'|
5353
|[Compiler error C2735](compiler-error-c2735.md)|'*keyword*' keyword is not permitted in formal parameter type specifier|
5454
|[Compiler error C2736](compiler-error-c2736.md)|'*keyword*' keyword is not permitted in cast|
@@ -80,7 +80,7 @@ The articles in this section of the documentation explain a subset of the error
8080
|[Compiler error C2762](compiler-error-c2762.md)|'*template*': invalid expression as a template argument for '*parameter*'|
8181
|Compiler error C2763|'*template*': invalid use of a string literal as a template argument for '*parameter*'|
8282
|[Compiler error C2764](compiler-error-c2764.md)|'*parameter*': template parameter not used or deducible in partial specialization '*specialization*'|
83-
|[Compiler error C2765](compiler-error-c2765.md)|'*function*': an explicit specialization of a function template cannot have any default arguments|
83+
|[Compiler error C2765](compiler-error-c2765.md)|'*function*': an explicit specialization or instantiation of a function template cannot have any default arguments|
8484
|[Compiler error C2766](compiler-error-c2766.md)|explicit specialization; '*specialization*' has already been defined|
8585
|[Compiler error C2767](compiler-error-c2767.md)|managed/WinRT array dimension mismatch: expected *number* argument(s) - *number* provided|
8686
|[Compiler error C2768](compiler-error-c2768.md)|'*function*': illegal use of explicit template arguments|
@@ -112,7 +112,7 @@ The articles in this section of the documentation explain a subset of the error
112112
|[Compiler error C2794](compiler-error-c2794.md)|'*identifier*': is not a member of any direct or indirect base class of '*class*'|
113113
|[Compiler error C2795](compiler-error-c2795.md)|'super::*identifier*' is not a member function|
114114
|Compiler error C2796|'ref new' may only be used to create an instance of a WinRT type|
115-
|[Compiler error C2797](compiler-error-c2797.md)|(Obsolete) '*identifier*': list initialization inside member initializer list or non-static data member initializer is not implemented|
115+
|[Compiler error C2797](compiler-error-c2797.md)|'*identifier*': list initialization inside member initializer list or non-static data member initializer is not implemented|
116116
|[Compiler error C2798](compiler-error-c2798.md)|'super::*identifier*' is ambiguous|
117117
|Compiler error C2799|'*identifier*': an object of const-qualified class type without a user-provided default constructor must be initialized|
118118

0 commit comments

Comments
 (0)