From Jason Turner

[class.paths]

Diff to HTML by rtfpessoa

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 name can be reached by several paths through a multiple inheritance
4
- graph, the access is that of the path that gives most access.
 
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(); };