tmp/tmps9rnelht/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
#### Functions within classes <a id="functions.within.classes">[[functions.within.classes]]</a>
|
| 2 |
|
| 3 |
For the sake of exposition, [[support]] through [[thread]] and [[depr]]
|
| 4 |
do not describe copy/move constructors, assignment operators, or
|
| 5 |
(non-virtual) destructors with the same apparent semantics as those that
|
| 6 |
-
can be generated by default
|
| 7 |
-
[[class.copy.assign]], [[class.dtor]]
|
| 8 |
-
implementation provides explicit definitions for
|
| 9 |
-
signatures, or for virtual destructors that can be
|
|
|
|
| 10 |
|
|
|
|
| 1 |
#### Functions within classes <a id="functions.within.classes">[[functions.within.classes]]</a>
|
| 2 |
|
| 3 |
For the sake of exposition, [[support]] through [[thread]] and [[depr]]
|
| 4 |
do not describe copy/move constructors, assignment operators, or
|
| 5 |
(non-virtual) destructors with the same apparent semantics as those that
|
| 6 |
+
can be generated by default
|
| 7 |
+
[[class.copy.ctor]], [[class.copy.assign]], [[class.dtor]]. It is
|
| 8 |
+
unspecified whether the implementation provides explicit definitions for
|
| 9 |
+
such member function signatures, or for virtual destructors that can be
|
| 10 |
+
generated by default.
|
| 11 |
|