Skip to content

Commit bb3bbdd

Browse files
committed
update
1 parent 7b9a76d commit bb3bbdd

File tree

5 files changed

+718
-290
lines changed

5 files changed

+718
-290
lines changed

issues/2904.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-06-18</P>
19+
<P>2024-06-26</P>
2020
<HR>
2121
<A NAME="2904"></A><H4>2904.
2222

@@ -56,12 +56,13 @@
5656
keyword is not looked up; <INS>if the <I>alias-declaration</I> does
5757
not introduce an alias template (13.1 [<A href="https://wg21.link/temp.pre">temp.pre</A>]), the
5858
<I>identifier</I></INS> <DEL>it</DEL> becomes
59-
a <I>typedef-name</I> <DEL>and</DEL><INS>. The</INS> the
59+
a <I>typedef-name</I> <DEL>and the</DEL><INS>. The</INS>
6060
optional <I>attribute-specifier-seq</I> following
6161
the <I>identifier</I> appertains to that <I>typedef-name</I>
62-
<INS>or <I>template-name</I></INS>. Such a <I>typedef-name</I> has
63-
the same semantics as if it were introduced by the typedef
64-
specifier. In particular, it does not define a new type.
62+
<INS>or, if the <I>identifier</I> is a <I>template-name</I>, to
63+
that <I>template-name</I></INS>. Such a <I>typedef-name</I> has the
64+
same semantics as if it were introduced by the typedef specifier. In
65+
particular, it does not define a new type.
6566

6667
</BLOCKQUOTE>
6768
</LI>

0 commit comments

Comments
 (0)