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 8c9ee12 commit 58a26b9Copy full SHA for 58a26b9
docs/error-messages/compiler-errors-1/compiler-error-c2323.md
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C2323"]
11
12
The `new` and `delete` overload operators must be non-static, defined in the global namespace or as a class members.
13
14
-The following sample generates C2323:
+The following generates C2323:
15
16
```cpp
17
// C2323.cpp
0 commit comments