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 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>
62056205then the storage is deallocated.
62066206\end {itemdescr }
62076207
6208- \rSec 3[indirect.asgn ]{Assignment}
6208+ \rSec 3[indirect.assign ]{Assignment}
62096209
62106210\indexlibrarymember {operator=}{indirect}%
62116211\begin {itemdecl }
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
70827082then the storage is deallocated.
70837083\end {itemdescr }
70847084
7085- \rSec 3[polymorphic.asgn ]{Assignment}
7085+ \rSec 3[polymorphic.assign ]{Assignment}
70867086
70877087\indexlibrarymember {operator=}{polymorphic}%
70887088\indexlibrarydtor {polymorphic}%
You can’t perform that action at this time.
0 commit comments