We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c305c3 commit c48adf1Copy full SHA for c48adf1
docs/error-messages/compiler-errors-2/compiler-error-c2583.md
@@ -10,8 +10,12 @@ ms.assetid: b1c952dc-872c-47e4-9fc8-4dd72bcee6f9
10
11
> '*identifier*': '*const/volatile*' 'this' pointer is illegal for constructors/destructors
12
13
+## Remarks
14
+
15
A constructor or destructor is declared **`const`** or **`volatile`**. This is not allowed.
16
17
+## Example
18
19
The following sample generates C2583:
20
21
```cpp
0 commit comments