Skip to content

Commit 7703e92

Browse files
[c.malloc] Remove improper indexing and add \iref
1 parent fbe2939 commit 7703e92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/memory.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,6 @@
21502150
\remarks
21512151
These functions do not attempt to allocate
21522152
storage by calling \tcode{::operator new()}\iref{new.delete}.
2153-
\indexlibrarymember{new}{operator}%
21542153

21552154
\pnum
21562155
These functions implicitly create objects\iref{intro.object}
@@ -2201,7 +2200,7 @@
22012200
\remarks
22022201
This function does not attempt to
22032202
deallocate storage by calling
2204-
\tcode{::operator delete()}\indexlibrarymember{delete}{operator}.
2203+
\tcode{::operator delete()}\iref{new.delete}.
22052204
\end{itemdescr}
22062205

22072206
\xrefc{7.22.3}

0 commit comments

Comments
 (0)