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 58a26b9 commit f055e78Copy full SHA for f055e78
docs/error-messages/compiler-errors-1/compiler-error-c2323.md
@@ -9,7 +9,7 @@ helpviewer_keywords: ["C2323"]
9
10
'identifier': non-member operator `new` or `delete` functions may not be declared `static` or in a namespace other than the global namespace.
11
12
-The `new` and `delete` overload operators must be non-static, defined in the global namespace or as a class members.
+The `new` and `delete` overload operators must be non-static, defined in the global namespace or as class members.
13
14
The following generates C2323:
15
0 commit comments