You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +71,8 @@ where the <i>i<sup>th</sup></i> element is
69
71
<p>-11- Let <tt><i>P</i></tt> be
70
72
<ulstyle="list-style-type: none">
71
73
<li>(11.1) — If <tt>sizeof...(V) > 0</tt> is `true`, then the template parameter object (<srefref="[temp.param]"/>) of type const `T[sizeof...(V)]`
72
-
<del>initialized with `{[:V:]...}`</del><ins>, such that <tt>constant_of(<i>P</i>[<i>I</i>]) == V...[<i>I</i>]</tt> is `true`
74
+
<del>initialized with `{[:V:]...}`</del><ins>, such that
75
+
`P[I]` is template argument equivalent (<srefref="[temp.type]"/>) to the object represented by `V...[I]`
73
76
for all <tt><i>I</i></tt> in the range [`0`, `sizeof...(V)`)</ins>.</li>
74
77
<li>(11.2) — Otherwise, the template parameter object of type <tt>const array<T, 0></tt> initialized with `{}`.</li>
0 commit comments