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