Source: https://timsong-cpp.github.io/cppwp/n3337/lex.separate
List of Tables [tab] List of Figures [fig] 1 General [intro] 2 Lexical conventions [lex] 2.1 Separate translation [lex.separate] 2.2 Phases of translation [lex.phases] 2.3 Character sets [lex.charset] 2.4 Trigraph sequences [lex.trigraph] 2.5 Preprocessing tokens [lex.pptoken] 2.6 Alternative tokens [lex.digraph] 2.7 Tokens [lex.token] 2.8 Comments [lex.comment] 2.9 Header names [lex.header] 2.10 Preprocessing numbers [lex.ppnumber] 2.11 Identifiers [lex.name] 2.12 Keywords [lex.key] 2.13 Operators and punctuators [lex.operators] 2.14 Literals [lex.literal]
#include
Source: https://timsong-cpp.github.io/cppwp/n4140/lex.separate
Source: https://timsong-cpp.github.io/cppwp/n4659/lex.separate
List of Tables [tab] List of Figures [fig] 1 Scope [intro.scope] 2 Normative references [intro.refs] 3 Terms and definitions [intro.defs] 4 General principles [intro] 5 Lexical conventions [lex] 5.1 Separate translation [lex.separate] 5.2 Phases of translation [lex.phases] 5.3 Character sets [lex.charset] 5.4 Preprocessing tokens [lex.pptoken] 5.5 Alternative tokens [lex.digraph] 5.6 Tokens [lex.token] 5.7 Comments [lex.comment] 5.8 Header names [lex.header] 5.9 Preprocessing numbers [lex.ppnumber] 5.10 Identifiers [lex.name] 5.11 Keywords [lex.key] 5.12 Operators and punctuators [lex.operators] 5.13 Literals [lex.literal]
Source: https://timsong-cpp.github.io/cppwp/n4868/lex.separate
1 Scope [intro.scope] 2 Normative references [intro.refs] 3 Terms and definitions [intro.defs] 4 General principles [intro] 5 Lexical conventions [lex] 5.1 Separate translation [lex.separate] 5.2 Phases of translation [lex.phases] 5.3 Character sets [lex.charset] 5.4 Preprocessing tokens [lex.pptoken] 5.5 Alternative tokens [lex.digraph] 5.6 Tokens [lex.token] 5.7 Comments [lex.comment] 5.8 Header names [lex.header] 5.9 Preprocessing numbers [lex.ppnumber] 5.10 Identifiers [lex.name] 5.11 Keywords [lex.key] 5.12 Operators and punctuators [lex.operators] 5.13 Literals [lex.literal]
NoteA C++ program need not all be translated at the same time.
Source: https://timsong-cpp.github.io/cppwp/n4950/lex.separate