To: J3 J3/25-109r1 From: generics Subject: Edits for TEMPLATE construct Date: 2025-February-18 References: 25-107, 25-108, 24-125r5, 24-126r4, 24-127r4 Introduction: ============= This is the 3rd of 6 papers that provide edits for the approved syntax for templates. Section 1: ========== * Append the following at the end of the clause from paper 25-108. tt.3 The TEMPLATE construct tt.3.1 Syntax for the TEMPLATE construct A template contains declarations, specifications, and definitions that are parameterized by deferred arguments. Public identifiers of a template are made accessible to other scoping units by instantiation of the template and refer to specifc instances of the entities created by the instantiation. Rtt10