File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5865
5865
// \ref {indirect.dtor }, destructor
5866
5866
constexpr ~indirect();
5867
5867
5868
- // \ref {indirect.asgn }, assignment
5868
+ // \ref {indirect.assign }, assignment
5869
5869
constexpr indirect& operator=(const indirect& other);
5870
5870
constexpr indirect& operator=(indirect&& other) noexcept(@\seebelow@ );
5871
5871
template<class U = T>
6205
6205
then the storage is deallocated.
6206
6206
\end {itemdescr }
6207
6207
6208
- \rSec 3[indirect.asgn ]{Assignment}
6208
+ \rSec 3[indirect.assign ]{Assignment}
6209
6209
6210
6210
\indexlibrarymember {operator=}{indirect}%
6211
6211
\begin {itemdecl }
6723
6723
// \ref {polymorphic.dtor }, destructor
6724
6724
constexpr ~polymorphic();
6725
6725
6726
- // \ref {polymorphic.asgn }, assignment
6726
+ // \ref {polymorphic.assign }, assignment
6727
6727
constexpr polymorphic& operator=(const polymorphic& other);
6728
6728
constexpr polymorphic& operator=(polymorphic&& other) noexcept(@\seebelow@ );
6729
6729
7082
7082
then the storage is deallocated.
7083
7083
\end {itemdescr }
7084
7084
7085
- \rSec 3[polymorphic.asgn ]{Assignment}
7085
+ \rSec 3[polymorphic.assign ]{Assignment}
7086
7086
7087
7087
\indexlibrarymember {operator=}{polymorphic}%
7088
7088
\indexlibrarydtor {polymorphic}%
You can’t perform that action at this time.
0 commit comments