Skip to content

Commit 900b840

Browse files
committed
Fix duplicate constructor signature
1 parent a03a105 commit 900b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4322.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ 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(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, in_place_type_t&lt;U&gt;, initializer_list&lt;I&gt; ilist, Us&amp;&amp;... us);
274274
</pre>
275275
<blockquote>
276276
<p>

0 commit comments

Comments
 (0)