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 4788965 commit bb600f5Copy full SHA for bb600f5
docs/code-quality/c26408.md
@@ -20,7 +20,7 @@ This warning flags places where `malloc` or `free` is invoked explicitly in acco
20
## See also
21
[C++ Core Guidelines R.10](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r10-avoid-malloc-and-free)
22
23
-# Example
+## Example
24
```cpp
25
#include <new>
26
0 commit comments