Skip to content

Commit 3303a8c

Browse files
committed
Adjust format to working draft
1 parent 7fad51e commit 3303a8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/issue4322.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ template<class U, class I, class... Us>
270270
</blockquote>
271271
<pre>
272272
template&lt;class U, class I, class... Us&gt;
273-
constexpr explicit polymorphic(allocator_arg_t, const Allocator&amp; a, in_place_type_t&lt;U&gt;, initializer_list&lt;I&gt; ilist, Us&amp;&amp;... us);
273+
constexpr explicit polymorphic(allocator_arg_t, const Allocator&amp; a,
274+
in_place_type_t&lt;U&gt;, initializer_list&lt;I&gt; ilist, Us&amp;&amp;... us);
274275
</pre>
275276
<blockquote>
276277
<p>

0 commit comments

Comments
 (0)