From eda0b11a8989453c32a26eec07c2b45ef638a6b8 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 4 Oct 2025 15:39:10 +0200 Subject: [PATCH] [class.pre] Adjust phrasing around 'identifer' Fixes NB CA-083 (C++26 CD). --- source/classes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/classes.tex b/source/classes.tex index a1287851d4..44d454567c 100644 --- a/source/classes.tex +++ b/source/classes.tex @@ -131,7 +131,7 @@ within a single \grammarterm{class-property-specifier-seq}. Whenever a \grammarterm{class-key} is followed by a \grammarterm{class-head-name}, -the identifier \tcode{final}, \tcode{trivially_relocatable_if_eligible}, +one of the identifiers \tcode{final}, \tcode{trivially_relocatable_if_eligible}, or \tcode{replaceable_if_eligible}, and a colon or left brace, the identifier is interpreted as a \grammarterm{class-property-specifier}. \begin{example}