From Jason Turner

[basic.scope.hiding]

Diff to HTML by rtfpessoa

tmp/tmpo4bqd3oq/{from.md → to.md} RENAMED
@@ -18,9 +18,9 @@ class (Clause  [[class.derived]]) hides the declaration of a member of a
18
  base class of the same name; see  [[class.member.lookup]].
19
 
20
  During the lookup of a name qualified by a namespace name, declarations
21
  that would otherwise be made visible by a *using-directive* can be
22
  hidden by declarations with the same name in the namespace containing
23
- the *using-directive;* see ([[namespace.qual]]).
24
 
25
  If a name is in scope and is not hidden it is said to be *visible*.
26
 
 
18
  base class of the same name; see  [[class.member.lookup]].
19
 
20
  During the lookup of a name qualified by a namespace name, declarations
21
  that would otherwise be made visible by a *using-directive* can be
22
  hidden by declarations with the same name in the namespace containing
23
+ the *using-directive*; see  [[namespace.qual]].
24
 
25
  If a name is in scope and is not hidden it is said to be *visible*.
26