From 64b7281ead52aad052ca0e77ea3f6c5b79b94c70 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 6 Dec 2024 21:10:19 +0000 Subject: [PATCH] Automatic update from GitHub Actions workflow --- issue4123.html | 27 ++++++++++++++------------- lwg-active.html | 29 +++++++++++++++-------------- lwg-closed.html | 2 +- lwg-defects.html | 2 +- lwg-immediate.html | 2 +- lwg-index-open.html | 2 +- lwg-index.html | 2 +- lwg-ready.html | 2 +- lwg-status-date.html | 2 +- lwg-status.html | 2 +- lwg-tentative.html | 2 +- lwg-toc.html | 2 +- lwg-unresolved.html | 29 +++++++++++++++-------------- unresolved-index.html | 2 +- unresolved-prioritized.html | 2 +- unresolved-status-date.html | 2 +- unresolved-status.html | 2 +- unresolved-toc.html | 2 +- votable-index.html | 2 +- votable-status-date.html | 2 +- votable-status.html | 2 +- votable-toc.html | 2 +- 22 files changed, 63 insertions(+), 60 deletions(-) diff --git a/issue4123.html b/issue4123.html index 1e10552383..93f7b25677 100644 --- a/issue4123.html +++ b/issue4123.html @@ -193,9 +193,9 @@

4123. Container effects use "th The complexity is linear in the number of elements inserted plus the lesser of the distances to the beginning and end of the deque. Inserting a single element at either the beginning or end of a deque -always takes constant time and causes -a single call to a constructor of T -construction of a single object of type T. +always takes constant time and +causes a single call to a constructor of T +constructs a single object of type T.

-3- Remarks: @@ -279,9 +279,10 @@

4123. Container effects use "th

-1- Complexity: -Insertion of a single element into a list takes constant time and exactly one +Insertion of a single element into a list takes constant time and +constructs exactly one call to a constructor of T -object of type T is constructed +object of type T. Insertion of multiple elements into a list is linear in the number of elements inserted and the number of calls to the copy constructor or move constructor of T @@ -331,17 +332,17 @@

4123. Container effects use "th

-10- Complexity: -Makes only N calls to the copy constructor of -Initializes exactly N objects of type -T +Makes only N calls to the copy constructor of T +Initializes exactly N elements + (where N is the distance between first and last) and no reallocations if iterators first and last are of forward, bidirectional, or random access categories. It makes initializes order N -calls to the copy constructor of -objects of type -T and performs +calls to the copy constructor of T +elements + and performs order log N reallocations if they are just input iterators.

template<container-compatible-range<T> R>
@@ -358,8 +359,8 @@ 

4123. Container effects use "th Performs no reallocations if R models ranges::forward_range or ranges::sized_range; otherwise, performs order log N reallocations and initializes order N -calls to the copy or move constructor of -objects of type T. +calls to the copy or move constructor of T +elements.

diff --git a/lwg-active.html b/lwg-active.html index 58b5d6c573..09a22460ab 100644 --- a/lwg-active.html +++ b/lwg-active.html @@ -79,7 +79,7 @@

C++ Standard Library Active Issues List (Revision D125)

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Reference ISO/IEC IS 14882:2020(E)

Also see:

@@ -62849,9 +62849,9 @@

4123412341234123Date: -Revised 2024-12-06 at 21:02:56 UTC +Revised 2024-12-06 at 21:10:13 UTC diff --git a/lwg-index-open.html b/lwg-index-open.html index 7fd0d4b3be..ac71916d99 100644 --- a/lwg-index-open.html +++ b/lwg-index-open.html @@ -66,7 +66,7 @@

Index by Section

This document is the Index by Section for the Library Active Issues List.

Index by Section (non-Ready active issues only)

(view all issues)

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Section 3 (2 issues)

(view all issues)

diff --git a/lwg-index.html b/lwg-index.html index 234a6e849b..0a07851f06 100644 --- a/lwg-index.html +++ b/lwg-index.html @@ -66,7 +66,7 @@

Index by Section

This document is the Index by Section for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

Index by Section

(view only non-Ready open issues)

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Section 2 (2 issues)

diff --git a/lwg-ready.html b/lwg-ready.html index c26d92597d..8232b757f8 100644 --- a/lwg-ready.html +++ b/lwg-ready.html @@ -62,7 +62,7 @@

C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]

- diff --git a/lwg-status-date.html b/lwg-status-date.html index d69b63071b..0bef1b7da4 100644 --- a/lwg-status-date.html +++ b/lwg-status-date.html @@ -67,7 +67,7 @@

Index by Status and Date

This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Tentatively NAD (9 issues)

Date:Revised 2024-12-06 at 21:02:56 UTC +Revised 2024-12-06 at 21:10:13 UTC
diff --git a/lwg-status.html b/lwg-status.html index cb8b385562..958ae613c6 100644 --- a/lwg-status.html +++ b/lwg-status.html @@ -62,7 +62,7 @@

Index by Status and Section

Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Tentatively NAD (9 issues)

diff --git a/lwg-tentative.html b/lwg-tentative.html index f9ee1ecc1d..604d19a958 100644 --- a/lwg-tentative.html +++ b/lwg-tentative.html @@ -54,7 +54,7 @@ -

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Tentative Issues


3908(i). enumerate_view::iterator constructor is explicit

diff --git a/lwg-toc.html b/lwg-toc.html index d902dc7052..21ffa2cee5 100644 --- a/lwg-toc.html +++ b/lwg-toc.html @@ -59,7 +59,7 @@

Table of Contents

Reference ISO/IEC IS 14882:2024(E)

This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

diff --git a/lwg-unresolved.html b/lwg-unresolved.html index e2f8ea26af..69e4722054 100644 --- a/lwg-unresolved.html +++ b/lwg-unresolved.html @@ -54,7 +54,7 @@ -

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Unresolved Issues


423(i). Effects of negative streamsize in iostreams

@@ -60185,9 +60185,9 @@

4123412341234123Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

Index by Section

(view only non-Ready open issues)

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Section 3 (2 issues)

(view only non-Ready open issues)

Issue
diff --git a/unresolved-prioritized.html b/unresolved-prioritized.html index 8765f7fcc6..55a3c9d2b0 100644 --- a/unresolved-prioritized.html +++ b/unresolved-prioritized.html @@ -60,7 +60,7 @@

Table of Contents

This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List, sorted by priority.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Priority 1 (2 issues)

diff --git a/unresolved-status-date.html b/unresolved-status-date.html index 2df01c0d9a..3b7b48f11c 100644 --- a/unresolved-status-date.html +++ b/unresolved-status-date.html @@ -67,7 +67,7 @@

Index by Status and Date

This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

New (442 issues)

diff --git a/unresolved-status.html b/unresolved-status.html index 29da7077ad..d98debd632 100644 --- a/unresolved-status.html +++ b/unresolved-status.html @@ -62,7 +62,7 @@

Index by Status and Section

Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

New (442 issues)

diff --git a/unresolved-toc.html b/unresolved-toc.html index faf34b7cf2..cabb282036 100644 --- a/unresolved-toc.html +++ b/unresolved-toc.html @@ -59,7 +59,7 @@

Table of Contents

Reference ISO/IEC IS 14882:2024(E)

This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

diff --git a/votable-index.html b/votable-index.html index c30b05c785..23484dbbcb 100644 --- a/votable-index.html +++ b/votable-index.html @@ -66,6 +66,6 @@

Index by Section

This document is the Index by Section for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

Index by Section

(view only non-Ready open issues)

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

diff --git a/votable-status-date.html b/votable-status-date.html index 98d3b767fa..a462115c61 100644 --- a/votable-status-date.html +++ b/votable-status-date.html @@ -67,6 +67,6 @@

Index by Status and Date

This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

diff --git a/votable-status.html b/votable-status.html index 335543f921..f7b9b1aad5 100644 --- a/votable-status.html +++ b/votable-status.html @@ -62,6 +62,6 @@

Index by Status and Section

Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

diff --git a/votable-toc.html b/votable-toc.html index 8dfd57e7dc..1a0b55c586 100644 --- a/votable-toc.html +++ b/votable-toc.html @@ -59,7 +59,7 @@

Table of Contents

Reference ISO/IEC IS 14882:2024(E)

This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.

-

Revised 2024-12-06 at 21:02:56 UTC +

Revised 2024-12-06 at 21:10:13 UTC

Issue
Issue