From Jason Turner

[basic.scope.namespace]

Diff to HTML by rtfpessoa

tmp/tmps3n_z6_x/{from.md → to.md} RENAMED
@@ -49,8 +49,8 @@ namespace in a *using-directive;* see  [[namespace.qual]].
49
  The outermost declarative region of a translation unit is also a
50
  namespace, called the *global namespace*. A name declared in the global
51
  namespace has *global namespace scope* (also called *global scope*). The
52
  potential scope of such a name begins at its point of declaration (
53
  [[basic.scope.pdecl]]) and ends at the end of the translation unit that
54
- is its declarative region. Names with global namespace scope are said to
55
- be *global name*.
56
 
 
49
  The outermost declarative region of a translation unit is also a
50
  namespace, called the *global namespace*. A name declared in the global
51
  namespace has *global namespace scope* (also called *global scope*). The
52
  potential scope of such a name begins at its point of declaration (
53
  [[basic.scope.pdecl]]) and ends at the end of the translation unit that
54
+ is its declarative region. A name with global namespace scope is said to
55
+ be a *global name*.
56