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 Apr 19, 2024
1 parent 5f29a5a commit 94e001d
Show file tree
Hide file tree
Showing 334 changed files with 21,652 additions and 21,098 deletions.
2 changes: 1 addition & 1 deletion issue1000.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3 id="1000"><a href="lwg-closed.html#1000">1000</a>. adjacent_find is over-con

<p id="res-1000"><b>Proposed resolution:</b></p>
<p>
Change the definition of adjacent_find in the synopsis of 27 <a href="https://wg21.link/algorithms">[algorithms]</a>
Change the definition of adjacent_find in the synopsis of 99 [algorithms]
and 27.6.10 <a href="https://wg21.link/alg.adjacent.find">[alg.adjacent.find]</a> to:
</p>

Expand Down
2 changes: 1 addition & 1 deletion issue1001.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1001"><a href="lwg-closed.html#1001">1001</a>. Pointers, concepts and headers</h3>
<p><b>Section:</b> 16 <a href="https://wg21.link/library">[library]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [library] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-03-10 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1013.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 id="1013"><a href="lwg-closed.html#1013">1013</a>. Remove <code>IsSameType</

<p id="res-1013"><b>Proposed resolution:</b></p>
<p>
Change 27 <a href="https://wg21.link/algorithms">[algorithms]</a>:
Change 99 [algorithms]:
</p>

<blockquote><pre>
Expand Down
2 changes: 1 addition & 1 deletion issue1018.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1018"><a href="lwg-closed.html#1018">1018</a>. Trait specifications should be expressed in terms of concepts</h3>
<p><b>Section:</b> 21 <a href="https://wg21.link/meta">[meta]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [meta] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-03-11 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
4 changes: 2 additions & 2 deletions issue1022.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ <h3 id="1022"><a href="lwg-closed.html#1022">1022</a>. Pointer-safety API has no

<blockquote><p>
Agree in principle, but not with the proposed resolution. We believe it
belongs either a subsection of either 22 <a href="https://wg21.link/utilities">[utilities]</a> or
belongs either a subsection of either 99 [utilities] or
20.2 <a href="https://wg21.link/memory">[memory]</a> as part of the general reorganization of
22 <a href="https://wg21.link/utilities">[utilities]</a>. The declaration should stay in <code>&lt;memory&gt;</code>.
99 [utilities]. The declaration should stay in <code>&lt;memory&gt;</code>.
</p></blockquote>


Expand Down
2 changes: 1 addition & 1 deletion issue1030.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#C++11">C++11</a> status.</em></p>
<h3 id="1030"><a href="lwg-defects.html#1030">1030</a>. Missing requirements for smart-pointer safety API</h3>
<p><b>Section:</b> D.21 <a href="https://wg21.link/depr.util.smartptr.shared.atomic">[depr.util.smartptr.shared.atomic]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<p><b>Section:</b> 99 [depr.util.smartptr.shared.atomic] <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-03-11 <b>Last modified:</b> 2017-11-29</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
6 changes: 3 additions & 3 deletions issue1032.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1032"><a href="lwg-closed.html#1032">1032</a>. Tome utility templates need to be concept-constrained</h3>
<p><b>Section:</b> 29 <a href="https://wg21.link/time">[time]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [time] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-03-11 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand All @@ -83,8 +83,8 @@ <h3 id="1032"><a href="lwg-closed.html#1032">1032</a>. Tome utility templates ne
</pre></blockquote>
<p>
Make concept for <code>Rep</code>, <code>Period</code>, <code>Clock</code> and <code>Duration</code>.
Fix 29 <a href="https://wg21.link/time">[time]</a> and <code>wait_until</code>
and <code>wait_for</code>'s template parameter at 33 <a href="https://wg21.link/thread">[thread]</a>.
Fix 99 [time] and <code>wait_until</code>
and <code>wait_for</code>'s template parameter at 99 [thread].
</p>

<p><i>[
Expand Down
2 changes: 1 addition & 1 deletion issue1036.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3 id="1036"><a href="lwg-closed.html#1036">1036</a>. Remove iterator specifica

<blockquote><p>
Agree with issue and change to 24.2.4 <a href="https://wg21.link/sequence.reqmts">[sequence.reqmts]</a>. The
changes required to 23 <a href="https://wg21.link/strings">[strings]</a> will be part of the general
changes required to 99 [strings] will be part of the general
concept support for that clause.
</p></blockquote>

Expand Down
2 changes: 1 addition & 1 deletion issue1053.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD">NAD</a> status.</em></p>
<h3 id="1053"><a href="lwg-closed.html#1053">1053</a>. Unify algorithms with operator and function object variants</h3>
<p><b>Section:</b> 27 <a href="https://wg21.link/algorithms">[algorithms]</a> <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<p><b>Section:</b> 99 [algorithms] <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-03-12 <b>Last modified:</b> 2017-06-05</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1066.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#C++11">C++11</a> status.</em></p>
<h3 id="1066"><a href="lwg-defects.html#1066">1066</a>. Use <code>[[noreturn]]</code> attribute in the library</h3>
<p><b>Section:</b> 17 <a href="https://wg21.link/support">[support]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<p><b>Section:</b> 99 [support] <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<b>Submitter:</b> Howard Hinnant <b>Opened:</b> 2009-03-15 <b>Last modified:</b> 2021-06-06</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
6 changes: 3 additions & 3 deletions issue1075.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#Resolved">Resolved</a> status.</em></p>
<h3 id="1075"><a href="lwg-defects.html#1075">1075</a>. Scoped allocators are too complex</h3>
<p><b>Section:</b> 22 <a href="https://wg21.link/utilities">[utilities]</a>, 24 <a href="https://wg21.link/containers">[containers]</a> <b>Status:</b> <a href="lwg-active.html#Resolved">Resolved</a>
<p><b>Section:</b> 99 [utilities], 99 [containers] <b>Status:</b> <a href="lwg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Alan Talbot <b>Opened:</b> 2009-03-20 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h3 id="1075"><a href="lwg-defects.html#1075">1075</a>. Scoped allocators are to
number of pair and tuple constructors.
</p>
<p>
24 <a href="https://wg21.link/containers">[containers]</a>: Confusing "AllocatableElement" requirements throughout.
99 [containers]: Confusing "AllocatableElement" requirements throughout.
</p>
</blockquote>
<p>Suggested resolution:</p>
Expand All @@ -147,7 +147,7 @@ <h3 id="1075"><a href="lwg-defects.html#1075">1075</a>. Scoped allocators are to
Remove [construct.element]
</p>
<p>
In Clause 24 <a href="https://wg21.link/containers">[containers]</a>: replace requirements naming the
In Clause 99 [containers]: replace requirements naming the
<code>AllocatableElement</code> concept with requirements naming <code>CopyConstructible</code>,
<code>MoveConstructible</code>, <code>DefaultConstructible</code>, or <code>Constructible</code>, as
appropriate.
Expand Down
2 changes: 1 addition & 1 deletion issue1081.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1081"><a href="lwg-closed.html#1081">1081</a>. <code>basic_string</code> needs to be a concept-constrained template</h3>
<p><b>Section:</b> 23 <a href="https://wg21.link/strings">[strings]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [strings] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Howard Hinnant <b>Opened:</b> 2009-03-22 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1082.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1082"><a href="lwg-closed.html#1082">1082</a>. <code>codecvt</code> needs to be a concept-constrained template</h3>
<p><b>Section:</b> 30 <a href="https://wg21.link/localization">[localization]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [localization] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Howard Hinnant <b>Opened:</b> 2009-03-22 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1083.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1083"><a href="lwg-closed.html#1083">1083</a>. <code>InputIterator</code> and <code>OutputIterator</code> template parameters need to be concept constraints</h3>
<p><b>Section:</b> 30 <a href="https://wg21.link/localization">[localization]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [localization] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> Howard Hinnant <b>Opened:</b> 2009-03-22 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1089.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#C++11">C++11</a> status.</em></p>
<h3 id="1089"><a href="lwg-defects.html#1089">1089</a>. Unify "Throws: Nothing." specifications</h3>
<p><b>Section:</b> 33 <a href="https://wg21.link/thread">[thread]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<p><b>Section:</b> 99 [thread] <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<b>Submitter:</b> Howard Hinnant <b>Opened:</b> 2009-03-22 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1096.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1096"><a href="lwg-closed.html#1096">1096</a>. unconstrained rvalue ref parameters</h3>
<p><b>Section:</b> 16 <a href="https://wg21.link/library">[library]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [library] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> David Abrahams <b>Opened:</b> 2009-03-21 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1099.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD">NAD</a> status.</em></p>
<h3 id="1099"><a href="lwg-closed.html#1099">1099</a>. Various issues</h3>
<p><b>Section:</b> 16 <a href="https://wg21.link/library">[library]</a> <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<p><b>Section:</b> 99 [library] <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<b>Submitter:</b> David Abrahams <b>Opened:</b> 2009-03-21 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1114.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#C++11">C++11</a> status.</em></p>
<h3 id="1114"><a href="lwg-defects.html#1114">1114</a>. Type traits underspecified</h3>
<p><b>Section:</b> 21 <a href="https://wg21.link/meta">[meta]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<p><b>Section:</b> 99 [meta] <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
<b>Submitter:</b> Daniel Kr&uuml;gler <b>Opened:</b> 2009-05-12 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1120.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD">NAD</a> status.</em></p>
<h3 id="1120"><a href="lwg-closed.html#1120">1120</a>. New type trait - <code>remove_all</code></h3>
<p><b>Section:</b> 21 <a href="https://wg21.link/meta">[meta]</a> <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<p><b>Section:</b> 99 [meta] <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-05-23 <b>Last modified:</b> 2020-09-06</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1129.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3 id="1129"><a href="lwg-defects.html#1129">1129</a>. <code>istream(buf)_itera
somewhat redundant to me, because the semantic doesn't say
anything interesting in both cases), but for support of trivial class
types we also need a trivial copy constructor and destructor as of
11 <a href="https://wg21.link/class">[class]</a>/6. The current non-informative specification of these
[class]/6. The current non-informative specification of these
two special members suggests to remove their explicit declaration
in the class and add explicit wording that says that if <code>T</code> is
trivial a default constructed iterator is also literal, alternatively it
Expand Down
2 changes: 1 addition & 1 deletion issue1139.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1139"><a href="lwg-closed.html#1139">1139</a>. Thread support library not concept enabled</h3>
<p><b>Section:</b> 33 <a href="https://wg21.link/thread">[thread]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [thread] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> LWG <b>Opened:</b> 2009-06-15 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1140.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1140"><a href="lwg-closed.html#1140">1140</a>. Numerics library not concept enabled</h3>
<p><b>Section:</b> 28 <a href="https://wg21.link/numerics">[numerics]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [numerics] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> LWG <b>Opened:</b> 2009-06-15 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1141.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1141"><a href="lwg-closed.html#1141">1141</a>. Input/Output library not concept enabled</h3>
<p><b>Section:</b> 31 <a href="https://wg21.link/input.output">[input.output]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [input.output] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> LWG <b>Opened:</b> 2009-06-15 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
2 changes: 1 addition & 1 deletion issue1142.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#NAD_Concepts">NAD Concepts</a> status.</em></p>
<h3 id="1142"><a href="lwg-closed.html#1142">1142</a>. Regular expressions library not concept enabled</h3>
<p><b>Section:</b> 32 <a href="https://wg21.link/re">[re]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<p><b>Section:</b> 99 [re] <b>Status:</b> <a href="lwg-active.html#NAD_Concepts">NAD Concepts</a>
<b>Submitter:</b> LWG <b>Opened:</b> 2009-06-15 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
4 changes: 2 additions & 2 deletions issue115.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#TC1">TC1</a> status.</em></p>
<h3 id="115"><a href="lwg-defects.html#115">115</a>. Typo in strstream constructors</h3>
<p><b>Section:</b> D.13.5.2 <a href="https://wg21.link/depr.strstream.cons">[depr.strstream.cons]</a> <b>Status:</b> <a href="lwg-active.html#TC1">TC1</a>
<p><b>Section:</b> 99 [depr.strstream.cons] <b>Status:</b> <a href="lwg-active.html#TC1">TC1</a>
<b>Submitter:</b> Steve Clamage <b>Opened:</b> 1998-11-02 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand All @@ -87,7 +87,7 @@ <h3 id="115"><a href="lwg-defects.html#115">115</a>. Typo in strstream construct


<p id="res-115"><b>Proposed resolution:</b></p>
<p>In D.13.4.2 <a href="https://wg21.link/depr.ostrstream.cons">[depr.ostrstream.cons]</a> paragraph 2 and D.13.5.2 <a href="https://wg21.link/depr.strstream.cons">[depr.strstream.cons]</a>
<p>In [depr.ostrstream.cons] paragraph 2 and 99 [depr.strstream.cons]
paragraph 2, change the first condition to <code>(mode&amp;app)==0</code>
and the second condition to <code>(mode&amp;app)!=0</code>.</p>

Expand Down
2 changes: 1 addition & 1 deletion issue1151.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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#Resolved">Resolved</a> status.</em></p>
<h3 id="1151"><a href="lwg-defects.html#1151">1151</a>. Behavior of the library in the presence of threads is incompletely specified</h3>
<p><b>Section:</b> 16 <a href="https://wg21.link/library">[library]</a> <b>Status:</b> <a href="lwg-active.html#Resolved">Resolved</a>
<p><b>Section:</b> 99 [library] <b>Status:</b> <a href="lwg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> LWG <b>Opened:</b> 2009-06-28 <b>Last modified:</b> 2016-01-28</p>
<p><b>Priority: </b>Not Prioritized
</p>
Expand Down
Loading

0 comments on commit 94e001d

Please sign in to comment.