Skip to content

Commit cd1a9ee

Browse files
committed
LWG4427 meta::dealias needs to work with things that aren't entities
1 parent 322bdac commit cd1a9ee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/meta.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4894,12 +4894,9 @@
48944894
\begin{itemdescr}
48954895
\pnum
48964896
\returns
4897-
A reflection representing the underlying entity of what \tcode{r} represents.
4898-
4899-
\pnum
4900-
\throws
4901-
\tcode{meta::exception} unless
4902-
\tcode{r} represents an entity.
4897+
If \tcode{r} represents an entity, then
4898+
a reflection representing the underlying entity of what \tcode{r} represents.
4899+
Otherwise, \tcode{r}.
49034900

49044901
\pnum
49054902
\begin{example}

0 commit comments

Comments
 (0)