File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1480
1480
a non-explicit one is declared \defnx {implicitly}{constructor!copy!implicitly declared}.
1481
1481
If the class definition declares a move
1482
1482
constructor or move assignment operator, the implicitly declared copy
1483
- constructor is defined as deleted; otherwise, it is defined as
1483
+ constructor is defined as deleted; otherwise, it is
1484
1484
defaulted\iref {dcl.fct.def }.
1485
1485
The latter case is deprecated if the class has a user-declared copy assignment
1486
1486
operator or a user-declared destructor \iref {depr.impldec }.
1734
1734
one is declared \defnx {implicitly}{assignment operator!copy!implicitly declared}.
1735
1735
If the class definition declares a move
1736
1736
constructor or move assignment operator, the implicitly declared copy
1737
- assignment operator is defined as deleted; otherwise, it is defined as
1737
+ assignment operator is defined as deleted; otherwise, it is
1738
1738
defaulted\iref {dcl.fct.def }.
1739
1739
The latter case is deprecated if the class has a user-declared copy constructor
1740
1740
or a user-declared destructor \iref {depr.impldec }.
You can’t perform that action at this time.
0 commit comments