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 5910872 commit 76ccacbCopy full SHA for 76ccacb
clang/docs/CXXTypeAwareAllocators.rst
@@ -213,7 +213,7 @@ Constant Evaluation
213
214
Type aware allocation functions declared in the global scope are considered
215
usual deallocation functions if the only difference between the type aware
216
-declaration and a _usual deallocation function_ is the type-identity parameter.
+declaration and a usual deallocation function is the type-identity parameter.
217
This eases the use of dynamic allocation of types with type aware allocation
218
functions within constant contexts. Unfortunately this does not resolve the
219
problem of class-scoped new and delete in constant contexts, as the existence of
0 commit comments