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-c2700-through-c2799.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The articles in this section of the documentation explain a subset of the error
48
48
|[Compiler error C2730](compiler-error-c2730.md)|'*class*': cannot be a base class of itself|
49
49
|[Compiler error C2731](compiler-error-c2731.md)|'*function*': function cannot be overloaded|
50
50
|[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|
52
52
|[Compiler error C2734](compiler-error-c2734.md)|'*identifier*': 'const' object must be initialized if not 'extern'|
53
53
|[Compiler error C2735](compiler-error-c2735.md)|'*keyword*' keyword is not permitted in formal parameter type specifier|
54
54
|[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
80
80
|[Compiler error C2762](compiler-error-c2762.md)|'*template*': invalid expression as a template argument for '*parameter*'|
81
81
|Compiler error C2763|'*template*': invalid use of a string literal as a template argument for '*parameter*'|
82
82
|[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|
84
84
|[Compiler error C2766](compiler-error-c2766.md)|explicit specialization; '*specialization*' has already been defined|
|[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
112
112
|[Compiler error C2794](compiler-error-c2794.md)|'*identifier*': is not a member of any direct or indirect base class of '*class*'|
113
113
|[Compiler error C2795](compiler-error-c2795.md)|'super::*identifier*' is not a member function|
114
114
|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|
116
116
|[Compiler error C2798](compiler-error-c2798.md)|'super::*identifier*' is ambiguous|
117
117
|Compiler error C2799|'*identifier*': an object of const-qualified class type without a user-provided default constructor must be initialized|
0 commit comments