Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion xml/issue4255.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="4255" status="New">
<issue num="4255" status="Tentatively Ready">
<title>`move_only_function` constructor should recognize empty `copyable_function`s</title>
<section><sref ref="[func.wrap.move.ctor]"/></section>
<submitter>Tomasz Kami&nacute;ski</submitter>
Expand Down Expand Up @@ -38,6 +38,11 @@ as it requires functor to be copyable. Invoking an empty <code>std::function</co
defined behavior (throws <code>bad_function_call</code>), and wrapping such object into
other functors should reproduce that behavior.
</p>

<note>2025-10-22; Reflector poll.</note>
<p>
Set status to Tentatively Ready after six votes in favour during reflector poll.
</p>
</discussion>

<resolution>
Expand Down