Skip to content

Commit

Permalink
Automatic update from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 2, 2024
1 parent 9e43c13 commit c493065
Show file tree
Hide file tree
Showing 33 changed files with 1,411 additions and 1,017 deletions.
1 change: 1 addition & 0 deletions issue4019.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h3 id="4019"><a href="lwg-active.html#4019">4019</a>. Reversing an infinite ran
<p><b>Priority: </b>3
</p>
<p><b>View all other</b> <a href="lwg-index.html#range.reverse">issues</a> in [range.reverse].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#SG9">SG9</a> status.</p>
<p><b>Discussion:</b></p>
<p>
Consider the following:
Expand Down
12 changes: 10 additions & 2 deletions issue4077.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4077"><a href="lwg-active.html#4077">4077</a>. Unclear preconditions of <code class='backtick'>std::ranges::generate_random</code></h3>
<p><b>Section:</b> 27.12.2 <a href="https://wg21.link/alg.rand.generate">[alg.rand.generate]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jiang An <b>Opened:</b> 2024-04-21 <b>Last modified:</b> 2024-04-21</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Jiang An <b>Opened:</b> 2024-04-21 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>2
</p>
<p><b>View other</b> <a href="lwg-index-open.html#alg.rand.generate">active issues</a> in [alg.rand.generate].</p>
<p><b>View all other</b> <a href="lwg-index.html#alg.rand.generate">issues</a> in [alg.rand.generate].</p>
Expand All @@ -79,6 +79,14 @@ <h3 id="4077"><a href="lwg-active.html#4077">4077</a>. Unclear preconditions of
Perhaps we should clarify the conditions in usual <i>Preconditions</i> paragraphs.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 2 after reflector poll.
When reviewing this we were clear this imposes requirements on users.
</p>



<p id="res-4077"><b>Proposed resolution:</b></p>

Expand Down
11 changes: 9 additions & 2 deletions issue4085.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4085"><a href="lwg-active.html#4085">4085</a>. <code>ranges::generate_random</code>'s helper lambda should specify the return type</h3>
<p><b>Section:</b> 27.12.2 <a href="https://wg21.link/alg.rand.generate">[alg.rand.generate]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-04-28 <b>Last modified:</b> 2024-05-12</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-04-28 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>2
</p>
<p><b>View other</b> <a href="lwg-index-open.html#alg.rand.generate">active issues</a> in [alg.rand.generate].</p>
<p><b>View all other</b> <a href="lwg-index.html#alg.rand.generate">issues</a> in [alg.rand.generate].</p>
Expand Down Expand Up @@ -120,6 +120,13 @@ <h3 id="4085"><a href="lwg-active.html#4085">4085</a>. <code>ranges::generate_ra
<p><i>[2024-05-12, Hewill Kang provides improved wording]</i></p>


<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 2 after reflector poll.
</p>



<p id="res-4085"><b>Proposed resolution:</b></p>
<p>
Expand Down
13 changes: 11 additions & 2 deletions issue4100.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4100"><a href="lwg-active.html#4100">4100</a>. Default arguments and signatures of standard library non-member functions</h3>
<p><b>Section:</b> 16.4.6.4 <a href="https://wg21.link/global.functions">[global.functions]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jiang An <b>Opened:</b> 2024-05-11 <b>Last modified:</b> 2024-05-12</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Jiang An <b>Opened:</b> 2024-05-11 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>3
</p>
<p><b>View all other</b> <a href="lwg-index.html#global.functions">issues</a> in [global.functions].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
Expand All @@ -77,6 +77,15 @@ <h3 id="4100"><a href="lwg-active.html#4100">4100</a>. Default arguments and sig
current standard wording doesn't clearly allow such technique.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 3 after reflector poll.
"It's a lot of new text just to say you can't do that, lose the example?"
"Might be NAD, is this already disallowed?" "Only for member functions."
</p>



<p id="res-4100"><b>Proposed resolution:</b></p>
<p>
Expand Down
12 changes: 10 additions & 2 deletions issue4102.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4102"><a href="lwg-active.html#4102">4102</a>. <code class='backtick'>string_view(Iter, Iter)</code> constructor breaks existing code</h3>
<p><b>Section:</b> 23.3.3.2 <a href="https://wg21.link/string.view.cons">[string.view.cons]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Derek Zhang <b>Opened:</b> 2024-05-14 <b>Last modified:</b> 2024-05-20</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Derek Zhang <b>Opened:</b> 2024-05-14 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>2
</p>
<p><b>View all other</b> <a href="lwg-index.html#string.view.cons">issues</a> in [string.view.cons].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
Expand Down Expand Up @@ -139,6 +139,14 @@ <h3 id="4102"><a href="lwg-active.html#4102">4102</a>. <code class='backtick'>st
is simpler and clearer anyway.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 2 after reflector poll.
"The constructor should be made <code class='backtick'>explicit</code> as part of any resolution for this."
</p>



<p id="res-4102"><b>Proposed resolution:</b></p>
<p>
Expand Down
22 changes: 16 additions & 6 deletions issue4108.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4108: lazy_split_view should be sized_range when pattern is empty tiny-range</title>
<meta property="og:title" content="Issue 4108: lazy_split_view should be sized_range when pattern is empty tiny-range">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: SG9">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4108.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,15 +61,15 @@
</head>
<body>
<hr>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#SG9">SG9</a> status.</em></p>
<h3 id="4108"><a href="lwg-active.html#4108">4108</a>. <code>lazy_split_view</code> should be <code>sized_range</code> when pattern is empty <code><i>tiny-range</i></code></h3>
<p><b>Section:</b> 26.7.16.2 <a href="https://wg21.link/range.lazy.split.view">[range.lazy.split.view]</a>, 26.7.17.2 <a href="https://wg21.link/range.split.view">[range.split.view]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-05-23 <b>Last modified:</b> 2024-05-26</p>
<p><b>Priority: </b>Not Prioritized
<p><b>Section:</b> 26.7.16.2 <a href="https://wg21.link/range.lazy.split.view">[range.lazy.split.view]</a>, 26.7.17.2 <a href="https://wg21.link/range.split.view">[range.split.view]</a> <b>Status:</b> <a href="lwg-active.html#SG9">SG9</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-05-23 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>4
</p>
<p><b>View other</b> <a href="lwg-index-open.html#range.lazy.split.view">active issues</a> in [range.lazy.split.view].</p>
<p><b>View all other</b> <a href="lwg-index.html#range.lazy.split.view">issues</a> in [range.lazy.split.view].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#SG9">SG9</a> status.</p>
<p><b>Discussion:</b></p>
<p>
When the pattern range is empty, <code>lazy_split_view</code> will split each element into individual subranges,
Expand All @@ -80,6 +80,16 @@ <h3 id="4108"><a href="lwg-active.html#4108">4108</a>. <code>lazy_split_view</co
specifically checked for it by <code>Pattern::size() == 0</code> in <code><i>inner-iterator</i>::operator++()</code>.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 4 after reflector poll. Set Status to SG9.
"Design change".
"<code>tiny-range</code> should accept <code>span&lt;T, 0|1&gt;</code> or <code>ref_view&lt;array&lt;T, 0|1&gt;&gt;</code>,
see related paper <a href="https://wg21.link/P1419" title=" A SFINAE-friendly trait to determine the extent of statically sized containers">P1419</a>."
</p>



<p id="res-4108"><b>Proposed resolution:</b></p>
<p>
Expand Down
17 changes: 12 additions & 5 deletions issue4113.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4113: Disallow has_unique_object_representations&lt;Incomplete[]&gt;</title>
<meta property="og:title" content="Issue 4113: Disallow has_unique_object_representations&lt;Incomplete[]&gt;">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4113.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,15 +61,15 @@
</head>
<body>
<hr>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#Ready">Tentatively Ready</a> status.</em></p>
<h3 id="4113"><a href="lwg-active.html#4113">4113</a>. Disallow <code>has_unique_object_representations&lt;Incomplete[]&gt;</code></h3>
<p><b>Section:</b> 21.3.5.4 <a href="https://wg21.link/meta.unary.prop">[meta.unary.prop]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-06-25 <b>Last modified:</b> 2024-06-25</p>
<p><b>Section:</b> 21.3.5.4 <a href="https://wg21.link/meta.unary.prop">[meta.unary.prop]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-06-25 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View other</b> <a href="lwg-index-open.html#meta.unary.prop">active issues</a> in [meta.unary.prop].</p>
<p><b>View all other</b> <a href="lwg-index.html#meta.unary.prop">issues</a> in [meta.unary.prop].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
<p><b>Discussion:</b></p>
<p>
The type completeness requirements for <code class='backtick'>has_unique_object_representations</code> say:
Expand Down Expand Up @@ -97,6 +97,13 @@ <h3 id="4113"><a href="lwg-active.html#4113">4113</a>. Disallow <code>has_unique
and apply the current rules to determine the trait's result.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set status to Tentatively Ready after nine votes in favour during reflector poll.
</p>



<p id="res-4113"><b>Proposed resolution:</b></p>
<p>
Expand Down
11 changes: 9 additions & 2 deletions issue4114.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4114"><a href="lwg-active.html#4114">4114</a>. <code>elements_view::<i>iterator</i>::operator*</code> missing conditional <code>noexcept</code> specification</h3>
<p><b>Section:</b> 26.7.23.3 <a href="https://wg21.link/range.elements.iterator">[range.elements.iterator]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-02 <b>Last modified:</b> 2024-07-07</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-02 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>3
</p>
<p><b>View other</b> <a href="lwg-index-open.html#range.elements.iterator">active issues</a> in [range.elements.iterator].</p>
<p><b>View all other</b> <a href="lwg-index.html#range.elements.iterator">issues</a> in [range.elements.iterator].</p>
Expand Down Expand Up @@ -101,6 +101,13 @@ <h3 id="4114"><a href="lwg-active.html#4114">4114</a>. <code>elements_view::<i>i
The proposed resolution is aligned with the <i>strengthened</i> implementation of MSVC-STL.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 3 after reflector poll.
</p>



<p id="res-4114"><b>Proposed resolution:</b></p>
<p>
Expand Down
12 changes: 10 additions & 2 deletions issue4120.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<h3 id="4120"><a href="lwg-active.html#4120">4120</a>. <code>move_iterator</code> should provide <code>iterator_category</code> only when it models
<code>forward_iterator</code></h3>
<p><b>Section:</b> 25.5.4.2 <a href="https://wg21.link/move.iterator">[move.iterator]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-12 <b>Last modified:</b> 2024-07-21</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-12 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>3
</p>
<p><b>View other</b> <a href="lwg-index-open.html#move.iterator">active issues</a> in [move.iterator].</p>
<p><b>View all other</b> <a href="lwg-index.html#move.iterator">issues</a> in [move.iterator].</p>
Expand All @@ -81,6 +81,14 @@ <h3 id="4120"><a href="lwg-active.html#4120">4120</a>. <code>move_iterator</code
requirements, which should not provide <code>iterator_category</code>.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 3 after reflector poll.
"NAD, would be a major breaking change to something present since C++11."
</p>



<p id="res-4120"><b>Proposed resolution:</b></p>
<p>
Expand Down
17 changes: 15 additions & 2 deletions issue4121.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4121"><a href="lwg-active.html#4121">4121</a>. <code>ranges::to</code> constructs associative containers via <code>c.emplace(c.end(), *it)</code></h3>
<p><b>Section:</b> 26.5.7.1 <a href="https://wg21.link/range.utility.conv.general">[range.utility.conv.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-16 <b>Last modified:</b> 2024-07-23</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-16 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>2
</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>Discussion:</b></p>
Expand Down Expand Up @@ -100,6 +100,19 @@ <h3 id="4121"><a href="lwg-active.html#4121">4121</a>. <code>ranges::to</code> c



<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 2 after reflector poll.
"Would like to preserve the ability to use <code class='backtick'>emplace</code>. Tim suggested trying
<code class='backtick'>emplace_hint</code> first, then <code class='backtick'>emplace</code>."
"I tried it, it gets very verbose, because we might also want to try
<code class='backtick'>insert(*it)</code> instead of <code class='backtick'>insert(c.end(), *it)</code> if <code class='backtick'>emplace(*it)</code> is not valid
for associative containers, because <code class='backtick'>c.end()</code> might not be a good hint."
"It might be suboptimal, but it still works."
</p>



<p id="res-4121"><b>Proposed resolution:</b></p>
<p>
Expand Down
11 changes: 9 additions & 2 deletions issue4123.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4123"><a href="lwg-active.html#4123">4123</a>. Container effects use "the assignment operator or move assignment operator"</h3>
<p><b>Section:</b> 24.3.9.4 <a href="https://wg21.link/deque.modifiers">[deque.modifiers]</a>, 24.3.12.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>, 24.3.14.5 <a href="https://wg21.link/inplace.vector.modifiers">[inplace.vector.modifiers]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-25 <b>Last modified:</b> 2024-07-25</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-25 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>3
</p>
<p><b>View other</b> <a href="lwg-index-open.html#deque.modifiers">active issues</a> in [deque.modifiers].</p>
<p><b>View all other</b> <a href="lwg-index.html#deque.modifiers">issues</a> in [deque.modifiers].</p>
Expand Down Expand Up @@ -101,6 +101,13 @@ <h3 id="4123"><a href="lwg-active.html#4123">4123</a>. Container effects use "th
of the special member functions.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 3 after reflector poll. Arthur to draft wording.
</p>



<p id="res-4123"><b>Proposed resolution:</b></p>
<p>
Expand Down
17 changes: 15 additions & 2 deletions issue4127.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<h3 id="4127"><a href="lwg-active.html#4127">4127</a>. The Standard Library should not use predicates of the form <code>pred(*i) != false</code></h3>
<p><b>Section:</b> 22.10.18.3 <a href="https://wg21.link/func.search.bm">[func.search.bm]</a>, 22.10.18.4 <a href="https://wg21.link/func.search.bmh">[func.search.bmh]</a>, 24.2.7.1 <a href="https://wg21.link/associative.reqmts.general">[associative.reqmts.general]</a>, 24.3.11.5 <a href="https://wg21.link/list.ops">[list.ops]</a>, 27.6.6 <a href="https://wg21.link/alg.find">[alg.find]</a>, 27.6.9 <a href="https://wg21.link/alg.find.first.of">[alg.find.first.of]</a>, 27.6.10 <a href="https://wg21.link/alg.adjacent.find">[alg.adjacent.find]</a>, 27.6.11 <a href="https://wg21.link/alg.count">[alg.count]</a>, 27.6.12 <a href="https://wg21.link/alg.mismatch">[alg.mismatch]</a>, 27.6.15 <a href="https://wg21.link/alg.search">[alg.search]</a>, 27.8.1 <a href="https://wg21.link/alg.sorting.general">[alg.sorting.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-25 <b>Last modified:</b> 2024-07-29</p>
<p><b>Priority: </b>Not Prioritized
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2024-07-25 <b>Last modified:</b> 2024-08-02</p>
<p><b>Priority: </b>3
</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>Discussion:</b></p>
Expand Down Expand Up @@ -93,6 +93,19 @@ <h3 id="4127"><a href="lwg-active.html#4127">4127</a>. The Standard Library shou
<code>if</code> (with built-in conversion semantics) doesn't sound like a meaningful phrase to me.
</p>

<p><i>[2024-08-02; Reflector poll]</i></p>

<p>
Set priority to 3 after reflector poll. "Needs more 'is <code class='backtick'>true</code>' added".
"Would prefer not to have explicit conversions to <code class='backtick'>bool</code> unless
<i><code class='backtick'>boolean-testable</code></i> requires that.
The 'Let E be' lists don't need an 'is true' there,
but the use of 'E' should say 'is true'".
[alg.search] and [func.search.bm] have changed editorially in the draft,
the proposed resolution needs updating.
</p>



<p id="res-4127"><b>Proposed resolution:</b></p>
<p>
Expand Down
Loading

0 comments on commit c493065

Please sign in to comment.