BSI PD ISO/IEC TS 21544:2018
$167.15
Programming languages. Extensions to C++ for modules
Published By | Publication Date | Number of Pages |
BSI | 2018 | 38 |
[intro.scope]
This document describes extensions to the C++ Programming Language (Clause 2) that introduce modules, a functionality for designating a set of translation units by symbolic name and ability to express symbolic dependency on modules, and to define interfaces of modules. These extensions include new syntactic forms and modifications to existing language semantics.
ISO/IEC 14882 provides important context and specification for this document. This document is written as a set of changes against that specification. Instructions to modify or add paragraphs are written as explicit instructions. Modifications made directly to existing text from ISO/IEC 14882 use underlining to represent added text and strikethrough to represent deleted text.
PDF Catalog
PDF Pages | PDF Title |
---|---|
2 | undefined |
6 | Foreword |
7 | 1 Scope |
8 | 2 Normative references |
9 | 3 Terms and definitions |
10 | 4 General 4.1 Implementation compliance 4.2 Acknowledgments |
11 | 5 Lexical conventions 5.1 Separate translation 5.2 Phases of translation |
13 | 5.11 Keywords |
14 | 6 Basic concepts 6.1 Declarations and definitions 6.2 One-definition rule |
15 | 6.3 Scope 6.4 Name lookup |
17 | 6.5 Program and linkage |
18 | 6.6 Start and termination |
19 | 10 Declarations 10.1 Specifiers 10.3 Namespaces |
20 | 10.7 Modules |
30 | 12 Classes 12.2 Class members |
31 | 16 Overloading 16.5 Overloaded operators |
32 | 17 Templates 17.6 Name resolution |