File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ bugprone-default-operator-new-on-overaligned-type
66Flags uses of default ``operator new `` where the type has extended
77alignment (an alignment greater than the fundamental alignment).
88
9- The default ``operator new `` is guaranteed to provide the correct alignment if the
10- requested alignment is less or equal to the fundamental alignment.
9+ The default ``operator new `` is guaranteed to provide the correct alignment
10+ if the requested alignment is less or equal to the fundamental alignment.
1111Only cases are detected (by design) where the ``operator new `` is not
1212user-defined and is not a placement new (the reason is that in these cases we
1313assume that the user provided the correct memory allocation).
You can’t perform that action at this time.
0 commit comments