File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/error-messages/compiler-errors-2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ms.assetid: b1c952dc-872c-47e4-9fc8-4dd72bcee6f9
8
8
---
9
9
# Compiler Error C2583
10
10
11
- ' identifier' : 'const/volatile' 'this' pointer is illegal for constructors/destructors
11
+ > ' * identifier* ' : '* const/volatile* ' 'this' pointer is illegal for constructors/destructors
12
12
13
13
A constructor or destructor is declared ** ` const ` ** or ** ` volatile ` ** . This is not allowed.
14
14
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The articles in this section of the documentation explain a subset of the error
98
98
| Compiler error C2580| '* identifier* ': multiple versions of a defaulted special member functions are not allowed|
99
99
| [ Compiler error C2581] ( compiler-error-C2581.md ) | '* type* ': static 'operator =' function is illegal|
100
100
| [ Compiler error C2582] ( compiler-error-C2582.md ) | 'operator * operator* ' function is unavailable in '* type* '|
101
- | [ Compiler error C2583] ( compiler-error-C2583.md ) | '* identifier* ': 'const/volatile' 'this' pointer is illegal for constructors/destructors|
101
+ | [ Compiler error C2583] ( compiler-error-C2583.md ) | '* identifier* ': '* const/volatile* ' 'this' pointer is illegal for constructors/destructors|
102
102
| [ Compiler error C2584] ( compiler-error-C2584.md ) | '* class* ': direct base '* base_class2* ' is inaccessible; already a base of '* base_class1* '|
103
103
| [ Compiler error C2585] ( compiler-error-C2585.md ) | explicit conversion to '* type* ' is ambiguous|
104
104
| [ Compiler error C2586] ( compiler-error-C2586.md ) | incorrect user-defined conversion syntax: illegal indirections|
You can’t perform that action at this time.
0 commit comments