tmp/tmpusiytmbu/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
### Multiple access <a id="class.paths">[[class.paths]]</a>
|
| 2 |
|
| 3 |
-
If a
|
| 4 |
-
graph, the access is that of the path that gives most
|
|
|
|
| 5 |
|
| 6 |
[*Example 1*:
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
class W { public: void f(); };
|
|
|
|
| 1 |
### Multiple access <a id="class.paths">[[class.paths]]</a>
|
| 2 |
|
| 3 |
+
If a declaration can be reached by several paths through a multiple
|
| 4 |
+
inheritance graph, the access is that of the path that gives most
|
| 5 |
+
access.
|
| 6 |
|
| 7 |
[*Example 1*:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
class W { public: void f(); };
|