Files
cppdraft_translate/cppdraft/requirements/general.md
2025-10-25 03:02:53 +03:00

1.8 KiB

[requirements.general]

16 Library introduction [library]

16.4 Library-wide requirements [requirements]

16.4.1 General [requirements.general]

1

#

Subclause [requirements] specifies requirements that apply to the entire C++ standard library.

[support] through [exec] and [depr] specify the requirements of individual entities within the library.

2

#

Requirements specified in terms of interactions between threads do not apply to programs having only a single thread of execution.

3

#

[organization] describes the library's contents and organization, [using] describes how well-formed C++ programs gain access to library entities,[utility.requirements] describes constraints on types and functions used with the C++ standard library,[constraints] describes constraints on well-formed C++ programs, and[conforming] describes constraints on conforming implementations.