From a9a90d938a4c5d720940b3401f66a4bda91b0ef6 Mon Sep 17 00:00:00 2001 From: Abhinav Agarwal Date: Sun, 21 Jun 2026 15:44:07 -0700 Subject: [PATCH] [class.mem.general] Add ANN to data member description note --- source/classes.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/classes.tex b/source/classes.tex index 6cd80b2796..f9c0ae1af2 100644 --- a/source/classes.tex +++ b/source/classes.tex @@ -969,7 +969,11 @@ \item it is declared with the attribute \tcode{[[no_unique_address]]}\iref{dcl.attr.nouniqueaddr} -if $\mathit{NUA}$ is true and is otherwise declared without that attribute. +if $\mathit{NUA}$ is true and is otherwise declared without that attribute, and +\item +for each reflection \tcode{r} in $\mathit{ANN}$, +it has an annotation\iref{dcl.attr.annotation} +whose underlying constant is \tcode{r}. \end{itemize} Data member descriptions are represented by reflections\iref{basic.fundamental} returned by \tcode{std::meta::data_member_spec}\iref{meta.reflection.define.aggregate} and