Skip to content

Commit 7d446d1

Browse files
frederick-vs-jajensmaurer
authored andcommitted
[c.malloc] Remove improper indexing and add \iref
1 parent ef3e9fb commit 7d446d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/memory.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,6 @@
21072107
\remarks
21082108
These functions do not attempt to allocate
21092109
storage by calling \tcode{::operator new()}\iref{new.delete}.
2110-
\indexlibrarymember{new}{operator}%
21112110

21122111
\pnum
21132112
These functions implicitly create objects\iref{intro.object}
@@ -2158,7 +2157,7 @@
21582157
\remarks
21592158
This function does not attempt to
21602159
deallocate storage by calling
2161-
\tcode{::operator delete()}\indexlibrarymember{delete}{operator}.
2160+
\tcode{::operator delete()}\iref{new.delete}.
21622161
\end{itemdescr}
21632162

21642163
\xrefc{7.24.4}

0 commit comments

Comments
 (0)