Skip to content

Commit 32ec75e

Browse files
committed
[indirect, polymorphic] Rename stable lables "asgn" to "assign"
1 parent 01c325c commit 32ec75e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/memory.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,7 +5865,7 @@
58655865
// \ref{indirect.dtor}, destructor
58665866
constexpr ~indirect();
58675867

5868-
// \ref{indirect.asgn}, assignment
5868+
// \ref{indirect.assign}, assignment
58695869
constexpr indirect& operator=(const indirect& other);
58705870
constexpr indirect& operator=(indirect&& other) noexcept(@\seebelow@);
58715871
template<class U = T>
@@ -6205,7 +6205,7 @@
62056205
then the storage is deallocated.
62066206
\end{itemdescr}
62076207

6208-
\rSec3[indirect.asgn]{Assignment}
6208+
\rSec3[indirect.assign]{Assignment}
62096209

62106210
\indexlibrarymember{operator=}{indirect}%
62116211
\begin{itemdecl}
@@ -6723,7 +6723,7 @@
67236723
// \ref{polymorphic.dtor}, destructor
67246724
constexpr ~polymorphic();
67256725

6726-
// \ref{polymorphic.asgn}, assignment
6726+
// \ref{polymorphic.assign}, assignment
67276727
constexpr polymorphic& operator=(const polymorphic& other);
67286728
constexpr polymorphic& operator=(polymorphic&& other) noexcept(@\seebelow@);
67296729

@@ -7082,7 +7082,7 @@
70827082
then the storage is deallocated.
70837083
\end{itemdescr}
70847084

7085-
\rSec3[polymorphic.asgn]{Assignment}
7085+
\rSec3[polymorphic.assign]{Assignment}
70867086

70877087
\indexlibrarymember{operator=}{polymorphic}%
70887088
\indexlibrarydtor{polymorphic}%

0 commit comments

Comments
 (0)