tmp/tmpv6va74q9/{from.md → to.md}
RENAMED
|
@@ -43,11 +43,11 @@ It is unspecified whether `D::param_type` is declared as a (nested)
|
|
| 43 |
`D::param_type` are in the form of `typedef`s for convenience of
|
| 44 |
exposition only.
|
| 45 |
|
| 46 |
`P` shall satisfy the requirements of `CopyConstructible` (Table
|
| 47 |
[[copyconstructible]]), `CopyAssignable` (Table [[copyassignable]]),
|
| 48 |
-
and EqualityComparable (Table [[equalitycomparable]]) types.
|
| 49 |
|
| 50 |
For each of the constructors of `D` taking arguments corresponding to
|
| 51 |
parameters of the distribution, `P` shall have a corresponding
|
| 52 |
constructor subject to the same requirements and taking arguments
|
| 53 |
identical in number, type, and default values. Moreover, for each of the
|
|
|
|
| 43 |
`D::param_type` are in the form of `typedef`s for convenience of
|
| 44 |
exposition only.
|
| 45 |
|
| 46 |
`P` shall satisfy the requirements of `CopyConstructible` (Table
|
| 47 |
[[copyconstructible]]), `CopyAssignable` (Table [[copyassignable]]),
|
| 48 |
+
and `EqualityComparable` (Table [[equalitycomparable]]) types.
|
| 49 |
|
| 50 |
For each of the constructors of `D` taking arguments corresponding to
|
| 51 |
parameters of the distribution, `P` shall have a corresponding
|
| 52 |
constructor subject to the same requirements and taking arguments
|
| 53 |
identical in number, type, and default values. Moreover, for each of the
|