Skip to content

Commit 704f0af

Browse files
committed
Mark #2580 as NAD as a result of cplusplus/draft#616
1 parent 48836b7 commit 704f0af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

xml/issue2580.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="2580" status="New">
4+
<issue num="2580" status="NAD">
55
<title>Who is definitive: <tt>operator=</tt> or <tt>assign</tt>?</title>
66
<section><sref ref="[string.cons]"/><sref ref="[string::assign]"/><sref ref="[re.regex.assign]"/></section>
77
<submitter>Marshall Clow</submitter>
@@ -129,7 +129,10 @@ basic_regex&amp; assign(basic_regex&amp;&amp; that) noexcept;
129129
Marshall to see if this can be dealt with editorially. Change Regex so that assign is in terms of op=
130130
</p>
131131

132-
132+
<note>2016-02</note>
133+
<p>
134+
Changed <tt>basic_regex</tt> to match <tt>string</tt> as an editorial change. Closing as NAD
135+
</p>
133136
</discussion>
134137

135138
<resolution>

0 commit comments

Comments
 (0)