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
Copy file name to clipboardExpand all lines: xml/issue4316.xml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -147,8 +147,7 @@ This wording is relative to <paper num="N5014"/>.
147
147
<blockquote>
148
148
<blockquote>
149
149
<p>
150
-
<ins>-1- For value `x` of type `info`, and prvalue constant expression `X` that computes the
151
-
reflection held by `x`, let <tt><i>TARG-SPLICE</i>(x)</tt> be:</ins>
150
+
<ins>-1- Let <tt><i>TARG-SPLICE</i>(x)</tt> be:</ins>
152
151
<ul>
153
152
<li><ins>-1.1- <tt>template [: X :]</tt> if `is_template(x)` is `true`, otherwise</ins></li>
154
153
<li><ins>-1.2- <tt>typename [: X :]</tt> if `is_type(x)` is `true`, otherwise</ins></li>
@@ -168,7 +167,7 @@ sequence of prvalue constant expressions that compute the reflections held by
168
167
the elements of `arguments`, in order.
169
168
</p>
170
169
<p>
171
-
-2- <i>Returns</i>: `true` if <tt>Z<<ins><i>TARG-SPLICE</i>(</ins>[:Args:]<ins>)</ins>...></tt> is a valid <i>template-id</i>
170
+
-2- <i>Returns</i>: `true` if <tt>Z<<ins><i>TARG-SPLICE</i>(</ins><del>[:</del>Args<del>:]</del><ins>)</ins>...></tt> is a valid <i>template-id</i>
172
171
(<srefref="[temp.names]"/>) that does not name a function whose type contains an undeduced placeholder type.
173
172
Otherwise, `false`.
174
173
</p>
@@ -177,7 +176,7 @@ Otherwise, `false`.
177
176
in `arguments` represents a construct usable as a template argument (<srefref="[temp.arg]"/>).
178
177
</p>
179
178
<p>
180
-
-4- [<i>Note</i>: If forming <tt>Z<<ins><i>TARG-SPLICE</i>(</ins>[:Args:]<ins>)</ins>...></tt>
179
+
-4- [<i>Note</i>: If forming <tt>Z<<ins><i>TARG-SPLICE</i>(</ins><del>[:</del>Args<del>:]</del><ins>)</ins>...></tt>
181
180
leads to a failure outside of the immediate context, the program is ill-formed. — <i>end note</i>]
182
181
</p>
183
182
</blockquote>
@@ -193,12 +192,12 @@ sequence of prvalue constant expressions that compute the reflections held by
0 commit comments