tmp/tmpg9z55oib/{from.md → to.md}
RENAMED
|
@@ -30,11 +30,11 @@ A::A(result_type s);
|
|
| 30 |
```
|
| 31 |
|
| 32 |
*Effects:* The base engine is initialized with `s`.
|
| 33 |
|
| 34 |
``` cpp
|
| 35 |
-
template<class Sseq>
|
| 36 |
```
|
| 37 |
|
| 38 |
*Effects:* The base engine is initialized with `q`.
|
| 39 |
|
| 40 |
``` cpp
|
|
|
|
| 30 |
```
|
| 31 |
|
| 32 |
*Effects:* The base engine is initialized with `s`.
|
| 33 |
|
| 34 |
``` cpp
|
| 35 |
+
template<class Sseq> A::A(Sseq& q);
|
| 36 |
```
|
| 37 |
|
| 38 |
*Effects:* The base engine is initialized with `q`.
|
| 39 |
|
| 40 |
``` cpp
|