From 64b7281ead52aad052ca0e77ea3f6c5b79b94c70 Mon Sep 17 00:00:00 2001
From: github-actions 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 @@
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 @@-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-object of typeT
T
is constructed +object of typeT
. Insertion of multiple elements into a list is linear in the number of elements inserted and the number ofcalls to the copy constructor or move constructor of@@ -331,17 +332,17 @@T
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+Initializes exactly N elements + (where N is the distance betweenT
first
andlast
) and no reallocations if iteratorsfirst
andlast
are of forward, bidirectional, or random access categories. Itmakesinitializes order N -calls to the copy constructor of-objects of type -T
and performs +calls to the copy constructor of+elements + and performs order log N reallocations if they are just input iterators.T
template<container-compatible-range<T> R> @@ -358,8 +359,8 @@4123. Container effects use "th Performs no reallocations if
R
modelsranges::forward_range
orranges::sized_range
; otherwise, performs order log N reallocations and initializes order N -calls to the copy or move constructor of-objects of typeT
. +calls to the copy or move constructor of+elements.T
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 @@This document is the Index by Section for the Library Active Issues List.
Revised 2024-12-06 at 21:02:56 UTC +
Revised 2024-12-06 at 21:10:13 UTC
Date: | -Revised 2024-12-06 at 21:02:56 UTC + | Revised 2024-12-06 at 21:10:13 UTC |
Issue | 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 @@ -
---|
Issue | 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 @@
---|