tmp/tmp2o0soodr/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### General <a id="requirements.general">[[requirements.general]]</a>
|
| 2 |
+
|
| 3 |
+
Subclause [[requirements]] specifies requirements that apply to the
|
| 4 |
+
entire C++ standard library. [[support]] through [[thread]] and [[depr]]
|
| 5 |
+
specify the requirements of individual entities within the library.
|
| 6 |
+
|
| 7 |
+
Requirements specified in terms of interactions between threads do not
|
| 8 |
+
apply to programs having only a single thread of execution.
|
| 9 |
+
|
| 10 |
+
[[organization]] describes the library’s contents and organization,
|
| 11 |
+
[[using]] describes how well-formed C++ programs gain access to library
|
| 12 |
+
entities, [[utility.requirements]] describes constraints on types and
|
| 13 |
+
functions used with the C++ standard library, [[constraints]] describes
|
| 14 |
+
constraints on well-formed C++ programs, and [[conforming]] describes
|
| 15 |
+
constraints on conforming implementations.
|
| 16 |
+
|