Skip to content

Commit a7eca12

Browse files
committed
update
1 parent bb3bbdd commit a7eca12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

issues/2905.html

Lines changed: 2 additions & 3 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-17</P>
19+
<P>2024-06-26</P>
2020
<HR>
2121
<A NAME="2905"></A><H4>2905.
2222

@@ -44,7 +44,6 @@
4444
<PRE>
4545
template&lt;typename T&gt;
4646
void f() {
47-
noexcept(new int(T{}));
4847
noexcept(static_cast&lt;int&gt;(T{}));
4948
noexcept(typeid(*T{}));
5049
noexcept(delete T{});
@@ -105,7 +104,7 @@
105104

106105
<P class="ins">
107106
A <I>noexcept-expression</I> (7.6.2.7 [<A href="https://wg21.link/expr.unary.noexcept">expr.unary.noexcept</A>]) is
108-
dependent if its <I>expression</I> involves a template parameter.
107+
value-dependent if its <I>expression</I> involves a template parameter.
109108
</P>
110109

111110
<P>An expression of the form &amp;<I>qualified-id</I> where ...</P>

0 commit comments

Comments
 (0)