Skip to content

Commit 4ad6fb0

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent c2e957f commit 4ad6fb0

File tree

322 files changed

+2650
-2650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+2650
-2650
lines changed

issue101.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<hr>
6464
<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_Editorial">NAD Editorial</a> status.</em></p>
6565
<h3 id="101"><a href="lwg-closed.html#101">101</a>. No way to free storage for vector and deque</h3>
66-
<p><b>Section:</b> 23.3.11 <a href="https://wg21.link/vector">[vector]</a>, 23.3.3 <a href="https://wg21.link/array">[array]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Editorial">NAD Editorial</a>
66+
<p><b>Section:</b> 23.3.13 <a href="https://wg21.link/vector">[vector]</a>, 23.3.3 <a href="https://wg21.link/array">[array]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Editorial">NAD Editorial</a>
6767
<b>Submitter:</b> AFNOR <b>Opened:</b> 1998-10-07 <b>Last modified:</b> 2016-01-28</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>

issue1042.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h3 id="1042"><a href="lwg-closed.html#1042">1042</a>. Provide <code>ContiguousS
216216
</pre></blockquote>
217217

218218
<p>
219-
Change 23.3.11 <a href="https://wg21.link/vector">[vector]</a> p1:
219+
Change 23.3.13 <a href="https://wg21.link/vector">[vector]</a> p1:
220220
</p>
221221

222222
<blockquote><p>
@@ -234,7 +234,7 @@ <h3 id="1042"><a href="lwg-closed.html#1042">1042</a>. Provide <code>ContiguousS
234234
</p></blockquote>
235235

236236
<p>
237-
Add at the end of the synopsis in 23.3.11 <a href="https://wg21.link/vector">[vector]</a> p2:
237+
Add at the end of the synopsis in 23.3.13 <a href="https://wg21.link/vector">[vector]</a> p2:
238238
</p>
239239

240240
<blockquote><pre>

issue1055.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3 id="1055"><a href="lwg-defects.html#1055">1055</a>. Provide a trait that ret
149149
<code>template&lt;&nbsp;class&nbsp;T&nbsp;&gt; struct enum_base;</code>
150150
</td>
151151
<td>
152-
<code>T</code> shall be an enumeration type (9.7.1 <a href="https://wg21.link/dcl.enum">[dcl.enum]</a>)
152+
<code>T</code> shall be an enumeration type (9.8.1 <a href="https://wg21.link/dcl.enum">[dcl.enum]</a>)
153153
</td>
154154
<td>
155155
The member typedef <code>type</code> shall name the underlying type

issue1075.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 id="1075"><a href="lwg-defects.html#1075">1075</a>. Scoped allocators are to
141141
Remove 99 [allocator.element.concepts]
142142
</p>
143143
<p>
144-
Remove 20.5 <a href="https://wg21.link/allocator.adaptor">[allocator.adaptor]</a>
144+
Remove 20.6 <a href="https://wg21.link/allocator.adaptor">[allocator.adaptor]</a>
145145
</p>
146146
<p>
147147
Remove [construct.element]

issue1102.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<hr>
6464
<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#Open">Open</a> status.</em></p>
6565
<h3 id="1102"><a href="lwg-active.html#1102">1102</a>. <code>std::vector</code>'s reallocation policy still unclear</h3>
66-
<p><b>Section:</b> 23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a> <b>Status:</b> <a href="lwg-active.html#Open">Open</a>
66+
<p><b>Section:</b> 23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a> <b>Status:</b> <a href="lwg-active.html#Open">Open</a>
6767
<b>Submitter:</b> Daniel Kr&uuml;gler <b>Opened:</b> 2009-04-20 <b>Last modified:</b> 2020-07-17</p>
6868
<p><b>Priority: </b>3
6969
</p>
@@ -102,19 +102,19 @@ <h3 id="1102"><a href="lwg-active.html#1102">1102</a>. <code>std::vector</code>'
102102
<ol style="list-style-type:lower-alpha">
103103
<li>
104104
the actual memory-reallocation stability of <code>std::vector</code>
105-
is explained in 23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/3 and /6 which
105+
is explained in 23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/3 and /6 which
106106
are describing just the effects of the <code>reserve</code>
107107
function, but in many examples (like above) there
108108
is no explicit call to <code>reserve</code> involved. Further-more
109-
23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/6 does only mention <em>insertions</em>
109+
23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/6 does only mention <em>insertions</em>
110110
and never mentions the consequences of erasing elements.
111111
</li>
112112
<li>
113113
<p>
114114
the effects clause of <code>std::vector</code>'s <code>erase</code> overloads in
115-
23.3.11.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/4 is silent about capacity changes. This
115+
23.3.13.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/4 is silent about capacity changes. This
116116
easily causes a misunderstanding, because the counter
117-
parting insert functions described in 23.3.11.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/2
117+
parting insert functions described in 23.3.13.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/2
118118
explicitly say, that
119119
</p>
120120
<blockquote><p>
@@ -173,8 +173,8 @@ <h3 id="1102"><a href="lwg-active.html#1102">1102</a>. <code>std::vector</code>'
173173
<p><i>[
174174
This is a minimum version. I also
175175
suggest that the wording explaining the allocation strategy
176-
of <code>std::vector</code> in 23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/3 and /6 is moved into
177-
a separate sub paragraph of 23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a> <em>before</em>
176+
of <code>std::vector</code> in 23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/3 and /6 is moved into
177+
a separate sub paragraph of 23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a> <em>before</em>
178178
any of the prototype's are discussed, but I cannot provide
179179
reasonable wording changes now.
180180
]</i></p>
@@ -183,7 +183,7 @@ <h3 id="1102"><a href="lwg-active.html#1102">1102</a>. <code>std::vector</code>'
183183
<ol>
184184
<li>
185185
<p>
186-
Change 23.3.11.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/6 as follows:
186+
Change 23.3.13.3 <a href="https://wg21.link/vector.capacity">[vector.capacity]</a>/6 as follows:
187187
</p>
188188
<blockquote><p>
189189
It is guaranteed that no reallocation takes place during
@@ -194,7 +194,7 @@ <h3 id="1102"><a href="lwg-active.html#1102">1102</a>. <code>std::vector</code>'
194194
</li>
195195
<li>
196196
<p>
197-
Change 23.3.11.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/4 as follows:
197+
Change 23.3.13.5 <a href="https://wg21.link/vector.modifiers">[vector.modifiers]</a>/4 as follows:
198198
</p>
199199
<blockquote><p>
200200
<i>Effects:</i> <ins>The capacity shall remain unchanged and no reallocation shall

issue1115.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3 id="1115"><a href="lwg-closed.html#1115">1115</a>. <code>va_copy</code> miss
7373
<p>
7474
In "Table 122 &mdash; Standard macros" of C.8 <a href="https://wg21.link/diff.library">[diff.library]</a>, which lists the 56 macros
7575
inherited from C library, <code>va_copy</code> seems to be missing. But in
76-
"Table 21 &mdash; Header <code>&lt;cstdarg&gt;</code> synopsis" (17.13 <a href="https://wg21.link/support.runtime">[support.runtime]</a>), there is.
76+
"Table 21 &mdash; Header <code>&lt;cstdarg&gt;</code> synopsis" (17.14 <a href="https://wg21.link/support.runtime">[support.runtime]</a>), there is.
7777
</p>
7878

7979
<p><i>[

issue1133.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<hr>
6464
<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>
6565
<h3 id="1133"><a href="lwg-defects.html#1133">1133</a>. Does N2844 break current specification of list::splice?</h3>
66-
<p><b>Section:</b> 23.3.7.6 <a href="https://wg21.link/forward.list.ops">[forward.list.ops]</a>, 23.3.9.5 <a href="https://wg21.link/list.ops">[list.ops]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
66+
<p><b>Section:</b> 23.3.7.6 <a href="https://wg21.link/forward.list.ops">[forward.list.ops]</a>, 23.3.11.5 <a href="https://wg21.link/list.ops">[list.ops]</a> <b>Status:</b> <a href="lwg-active.html#C++11">C++11</a>
6767
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-05-09 <b>Last modified:</b> 2023-02-07</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
@@ -75,7 +75,7 @@ <h3 id="1133"><a href="lwg-defects.html#1133">1133</a>. Does N2844 break current
7575
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2844.html">N2844</a>
7676
means that lvalues will no longer bind to rvalue references.
7777
Therefore, the current specification of <code>list::splice</code> (list
78-
operations 23.3.9.5 <a href="https://wg21.link/list.ops">[list.ops]</a>) will be a breaking change of behaviour for existing
78+
operations 23.3.11.5 <a href="https://wg21.link/list.ops">[list.ops]</a>) will be a breaking change of behaviour for existing
7979
programs. That is because we changed the signature to swallow via an rvalue
8080
reference rather than the lvalue reference used in 03.
8181
</p>
@@ -159,7 +159,7 @@ <h3 id="1133"><a href="lwg-defects.html#1133">1133</a>. Does N2844 break current
159159

160160
<p id="res-1133"><b>Proposed resolution:</b></p>
161161
<p>
162-
In 23.3.9 <a href="https://wg21.link/list">[list]</a>
162+
In 23.3.11 <a href="https://wg21.link/list">[list]</a>
163163
</p>
164164

165165
<p>
@@ -183,7 +183,7 @@ <h3 id="1133"><a href="lwg-defects.html#1133">1133</a>. Does N2844 break current
183183
</pre></blockquote>
184184

185185
<p>
186-
In 23.3.9.5 <a href="https://wg21.link/list.ops">[list.ops]</a>, similarly add lvalue overload before each rvalue one:
186+
In 23.3.11.5 <a href="https://wg21.link/list.ops">[list.ops]</a>, similarly add lvalue overload before each rvalue one:
187187
</p>
188188
<p>
189189
(After paragraph 2)
@@ -215,7 +215,7 @@ <h3 id="1133"><a href="lwg-defects.html#1133">1133</a>. Does N2844 break current
215215
</pre></blockquote>
216216

217217
<p>
218-
In 23.3.9.5 <a href="https://wg21.link/list.ops">[list.ops]</a>, after paragraph 21
218+
In 23.3.11.5 <a href="https://wg21.link/list.ops">[list.ops]</a>, after paragraph 21
219219
</p>
220220

221221
<blockquote><pre>

issue1182.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h3 id="1182"><a href="lwg-defects.html#1182">1182</a>. Unfortunate hash depende
292292
template &lt;class T&gt; struct hash;
293293
template &lt;class Allocator&gt; struct hash&lt;vector&lt;bool, Allocator&gt;&gt;;</ins></pre>
294294
</blockquote>
295-
<p><i>Add a new paragraph to the end of 23.3.12 <a href="https://wg21.link/vector.bool">[vector.bool]</a> </i> </p>
295+
<p><i>Add a new paragraph to the end of 23.3.14 <a href="https://wg21.link/vector.bool">[vector.bool]</a> </i> </p>
296296
<blockquote>
297297
<pre><ins>template &lt;class Allocator&gt; struct hash&lt;vector&lt;bool, Allocator&gt;&gt;;</ins></pre>
298298
<p><ins>Specialization meeting the requirements of class template <code>hash</code> 22.10.19 <a href="https://wg21.link/unord.hash">[unord.hash]</a>.</ins></p>

issue1184.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<hr>
6464
<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>
6565
<h3 id="1184"><a href="lwg-closed.html#1184">1184</a>. Feature request: dynamic bitset</h3>
66-
<p><b>Section:</b> 23.3.11 <a href="https://wg21.link/vector">[vector]</a> <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
66+
<p><b>Section:</b> 23.3.13 <a href="https://wg21.link/vector">[vector]</a> <b>Status:</b> <a href="lwg-active.html#NAD">NAD</a>
6767
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2009-07-29 <b>Last modified:</b> 2020-09-06</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>

issue119.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
<hr>
6464
<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>
6565
<h3 id="119"><a href="lwg-defects.html#119">119</a>. Should virtual functions be allowed to strengthen the exception specification?</h3>
66-
<p><b>Section:</b> 16.4.6.13 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> <b>Status:</b> <a href="lwg-active.html#TC1">TC1</a>
66+
<p><b>Section:</b> 16.4.6.14 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> <b>Status:</b> <a href="lwg-active.html#TC1">TC1</a>
6767
<b>Submitter:</b> Judy Ward <b>Opened:</b> 1998-12-15 <b>Last modified:</b> 2016-01-28</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
7070
<p><b>View other</b> <a href="lwg-index-open.html#res.on.exception.handling">active issues</a> in [res.on.exception.handling].</p>
7171
<p><b>View all other</b> <a href="lwg-index.html#res.on.exception.handling">issues</a> in [res.on.exception.handling].</p>
7272
<p><b>View all issues with</b> <a href="lwg-status.html#TC1">TC1</a> status.</p>
7373
<p><b>Discussion:</b></p>
74-
<p>Section 16.4.6.13 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> states: </p>
74+
<p>Section 16.4.6.14 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> states: </p>
7575

7676
<p>&quot;An implementation may strengthen the exception-specification
7777
for a function by removing listed exceptions.&quot; </p>
@@ -95,7 +95,7 @@ <h3 id="119"><a href="lwg-defects.html#119">119</a>. Should virtual functions be
9595

9696

9797
<p id="res-119"><b>Proposed resolution:</b></p>
98-
<p>Change Section 16.4.6.13 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> from:</p>
98+
<p>Change Section 16.4.6.14 <a href="https://wg21.link/res.on.exception.handling">[res.on.exception.handling]</a> from:</p>
9999

100100
<p>&nbsp;&nbsp;&nbsp;&nbsp; &quot;may strengthen the
101101
exception-specification for a function&quot;</p>

0 commit comments

Comments
 (0)