From Jason Turner

[using.overview]

Diff to HTML by rtfpessoa

tmp/tmp49_7f76d/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
  #### Overview <a id="using.overview">[[using.overview]]</a>
2
 
3
- This section describes how a C++program gains access to the facilities
4
- of the C++standard library. [[using.headers]] describes effects during
5
- translation phase 4, while  [[using.linkage]] describes effects during
6
- phase 8 ([[lex.phases]]).
7
 
 
1
  #### Overview <a id="using.overview">[[using.overview]]</a>
2
 
3
+ Subclause [[using]] describes how a C++ program gains access to the
4
+ facilities of the C++ standard library. [[using.headers]] describes
5
+ effects during translation phase 4, while  [[using.linkage]] describes
6
+ effects during phase 8 [[lex.phases]].
7