Skip to content

Commit

Permalink
Improve searchability of named requirement sets and also mentioned th…
Browse files Browse the repository at this point in the history
…at these map now to the corresponding Cpp17xxx requirement sets
  • Loading branch information
Dani-Hub committed Dec 4, 2024
1 parent 4655290 commit 7c8686f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions xml/issue2146.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
] >

<issue num="2146" status="Open">
<title>Are reference types <tt>Copy</tt>&#47;<tt>Move-Constructible</tt>&#47;<tt>Assignable</tt> or <tt>Destructible</tt>?</title>
<title>Are reference types <tt>CopyConstructible</tt>&#47;<tt>MoveConstructible</tt>&#47;<tt>CopyAssignable</tt>&#47;<tt>MoveAssignable</tt>&#47;<tt>Destructible</tt>?</title>
<section><sref ref="[utility.arg.requirements]"/></section>
<submitter>Nikolay Ivchenkov</submitter>
<date>23 Mar 2012</date>
Expand Down Expand Up @@ -137,10 +137,21 @@ The <tt>swap</tt> case still needs solving. Still need a survey.

<note>2024-03-15; LWG <iref ref="4047"/> addresses the <code>swap</code> part</note>

<note>2024-12-04; Daniel comments</note>
<p>
The mentioned requirement sets have been renamed a while ago to:
</p>
<ul>
<li><p><i>Cpp17CopyConstructible</i></p></li>
<li><p><i>Cpp17MoveConstructible</i></p></li>
<li><p><i>Cpp17CopyAssignable</i></p></li>
<li><p><i>Cpp17MoveAssignable</i></p></li>
<li><p><i>Cpp17Destructible</i></p></li>
</ul>

</discussion>

<resolution>

</resolution>

</issue>

0 comments on commit 7c8686f

Please sign in to comment.