tmp/tmpehjgicpe/{from.md → to.md}
RENAMED
|
@@ -11,7 +11,7 @@ int frac_digits() const;
|
|
| 11 |
pattern pos_format() const;
|
| 12 |
pattern neg_format() const;
|
| 13 |
```
|
| 14 |
|
| 15 |
Each of these functions `F` returns the result of calling the
|
| 16 |
-
corresponding virtual member function `
|
| 17 |
|
|
|
|
| 11 |
pattern pos_format() const;
|
| 12 |
pattern neg_format() const;
|
| 13 |
```
|
| 14 |
|
| 15 |
Each of these functions `F` returns the result of calling the
|
| 16 |
+
corresponding virtual member function `do_F()`.
|
| 17 |
|