This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
[requirements.general]
# 16 Library introduction [[library]](./#library)
## 16.4 Library-wide requirements [[requirements]](requirements#general)
### 16.4.1 General [requirements.general]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/lib-intro.tex#L1087)
Subclause [[requirements]](requirements "16.4Library-wide requirements") specifies requirements that apply to the entire C++ standard library[.](#1.sentence-1)
[[support]](support "17Language support library") through [[exec]](exec "33Execution control library") and [[depr]](depr "Annex D(normative)Compatibility features") specify the requirements of individual entities within the library[.](#1.sentence-2)
[2](#2)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/lib-intro.tex#L1092)
Requirements specified in terms of interactions between threads do not apply to
programs having only a single thread of execution[.](#2.sentence-1)
[3](#3)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/lib-intro.tex#L1096)
[[organization]](organization "16.4.2Library contents and organization") describes the library's contents and
organization, [[using]](using "16.4.3Using the library") describes how well-formed C++ programs gain access to library
entities,[[utility.requirements]](utility.requirements "16.4.4Requirements on types and expressions") describes constraints on types and functions used with
the C++ standard library,[[constraints]](constraints "16.4.5Constraints on programs") describes constraints on well-formed C++ programs, and[[conforming]](conforming "16.4.6Conforming implementations") describes constraints on conforming implementations[.](#3.sentence-1)