Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3623,8 +3623,7 @@
\item
the backing array of an initializer list\iref{dcl.init.ref}, or
\item
the object introduced by a call to \tcode{std::meta::reflect_constant_array}
or \tcode{std::meta::reflect_constant_string}\iref{meta.define.static}, or
a template parameter object of array type\iref{meta.define.static}, or
\item
a subobject thereof.
\end{itemize}
Expand Down
3 changes: 3 additions & 0 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@
There can be template parameter objects of array type\iref{meta.define.static},
but such an object is never denoted by an \grammarterm{id-expression}
that names a constant template parameter.
Such an object can have an address that
%FIXME: "in-lifetime" is not a thing.
is not unique among all other in-lifetime objects\iref{intro.object}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
is not unique among all other in-lifetime objects\iref{intro.object}
is not unique among all other in-lifetime objects\iref{intro.object}.

\end{note}
\begin{note}
If an \grammarterm{id-expression} names
Expand Down
Loading