tmp/tmp49_7f76d/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#### Overview <a id="using.overview">[[using.overview]]</a>
|
| 2 |
|
| 3 |
-
|
| 4 |
-
of the C++standard library. [[using.headers]] describes
|
| 5 |
-
translation phase 4, while [[using.linkage]] describes
|
| 6 |
-
phase 8
|
| 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 |
|