From 0b10921b8ee54b5a7837c97d6ac2afcb5e1c71c4 Mon Sep 17 00:00:00 2001 From: Dawn Perchik Date: Sat, 11 Feb 2023 20:22:21 -0800 Subject: [PATCH] CWG2516 Locus of enum-specifier or opaque-enum-declaration --- source/basic.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index 7ac04a277b..7b9c31cc1d 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -1083,10 +1083,12 @@ The locus of a \grammarterm{class-specifier} is immediately after the \grammarterm{identifier} or \grammarterm{simple-template-id} (if any) in its \grammarterm{class-head}\iref{class.pre}. -The locus of -an \grammarterm{enum-specifier} or \grammarterm{opaque-enum-declaration} -is immediately after the \grammarterm{identifier} (if any) -in it\iref{dcl.enum}. +The locus of an \grammarterm{enum-specifier} +is immediately after +its \grammarterm{enum-head}; +the locus of an \grammarterm{opaque-enum-declaration} +is immediately after it\iref{dcl.enum}. +%FIXME: What's "it" below? What's "it" above? The locus of an \grammarterm{alias-declaration} is immediately after it. \pnum