Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
292 commits
Select commit Hold shift + click to select a range
62e7ead
LWG4082
changkhothuychung Feb 16, 2025
54d76a6
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Feb 16, 2025
7ba3151
code formatting
changkhothuychung Feb 16, 2025
012364f
code formatting
changkhothuychung Feb 16, 2025
295226c
fix operator()
changkhothuychung Feb 16, 2025
5752cf8
fix test
changkhothuychung Feb 17, 2025
87a30db
code formatting
changkhothuychung Feb 17, 2025
8757ff1
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Feb 17, 2025
bd2eb73
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Feb 17, 2025
82679af
Update libcxx/docs/Status/Cxx2cPapers.csv
changkhothuychung Feb 17, 2025
4f1b9f5
code formatting
changkhothuychung Feb 17, 2025
01fd829
fix comment in tests
changkhothuychung Feb 18, 2025
b874880
update adaptor test
changkhothuychung Feb 18, 2025
9d2d42c
code formatting
changkhothuychung Feb 18, 2025
4fad575
Update libcxx/docs/ReleaseNotes/21.rst
changkhothuychung Feb 20, 2025
2344e77
some updates
changkhothuychung Feb 20, 2025
5483077
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Feb 20, 2025
bab36e0
code formatting
changkhothuychung Feb 20, 2025
d0174fb
LWG407
changkhothuychung Feb 21, 2025
023d4ed
Merge branch 'main' into views-concat
changkhothuychung Feb 22, 2025
f3bbcd9
valueless test
changkhothuychung Feb 27, 2025
f46aef1
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Feb 27, 2025
857897a
status doc
changkhothuychung Feb 27, 2025
26e4fa3
change to __unchecked_get and visit value with hardened checks
changkhothuychung Mar 1, 2025
68dc7a8
update tests
changkhothuychung Mar 1, 2025
43c7265
back to std::get for tuple
changkhothuychung Mar 1, 2025
3ae866a
clang format
changkhothuychung Mar 1, 2025
f0d152d
some fixes
changkhothuychung Mar 1, 2025
01994bd
fix
changkhothuychung Mar 1, 2025
73ed437
exceptions
changkhothuychung Mar 1, 2025
c680eb7
unix headers
changkhothuychung Mar 2, 2025
5fdeb86
return statement
changkhothuychung Mar 2, 2025
1685b76
fix test
changkhothuychung Mar 2, 2025
344183d
more valueless_by_exception cases
changkhothuychung Mar 2, 2025
eeee5c7
hardening tests to libcxx/test/libcxx
changkhothuychung Mar 2, 2025
6c587ad
fix includes
changkhothuychung Mar 2, 2025
5448182
remove check assertions
changkhothuychung Mar 2, 2025
510ab36
change name test file and remove header file
changkhothuychung Mar 7, 2025
6a823e0
Merge branch 'main' into views-concat
changkhothuychung Mar 8, 2025
c77f47d
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
67023db
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
18f829c
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
a0a5aae
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
82603c6
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
42d1b58
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
8c9d071
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
de99485
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
e43f970
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
93e0aa3
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
4ef9656
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
10d0e89
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
2a20f2b
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
29114a2
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
d1deb23
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Mar 8, 2025
d0ed3b8
merge hardening checks
changkhothuychung Mar 8, 2025
ea26c34
fix test file name
changkhothuychung Mar 8, 2025
865f6d9
clang format
changkhothuychung Mar 8, 2025
8630f6c
some updates
changkhothuychung Mar 9, 2025
833ce3e
Merge branch 'main' into views-concat
changkhothuychung Mar 9, 2025
da4bbaf
typo fix
changkhothuychung Mar 9, 2025
f370264
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Mar 9, 2025
d41cf3b
remove unwated include's and files
changkhothuychung Mar 20, 2025
c9fa00b
change from typedef to using
changkhothuychung Mar 26, 2025
b0dcc2e
typo
changkhothuychung Mar 26, 2025
601216f
update test
changkhothuychung May 11, 2025
e4e3d97
update test
changkhothuychung May 11, 2025
f63f6a0
constructor test
changkhothuychung May 11, 2025
a034e4b
__distance to distance
changkhothuychung May 11, 2025
d9807b7
fix FTM
changkhothuychung May 11, 2025
901a0ea
clang format
changkhothuychung May 11, 2025
e966d30
rm file no longer exists
changkhothuychung May 11, 2025
ff04d82
fix libcpp nodebug
changkhothuychung May 11, 2025
aa0f740
Merge branch 'main' into views-concat
changkhothuychung May 11, 2025
26f0922
Update libcxx/test/libcxx/ranges/range.adaptors/range.concat/iterator…
changkhothuychung May 12, 2025
7ca8220
Update libcxx/test/libcxx/ranges/range.adaptors/range.concat/iterator…
changkhothuychung May 12, 2025
45fc342
Update libcxx/test/std/ranges/range.adaptors/range.concat/begin.pass.cpp
changkhothuychung May 13, 2025
66cd9cd
fix syntax test file
changkhothuychung May 13, 2025
fc023fe
Merge branch 'main' into views-concat
changkhothuychung Jun 21, 2025
09e29fc
address comments (remove unused includes, make some info private, mak…
changkhothuychung Jun 23, 2025
1dd96bd
update operator- and test
changkhothuychung Jun 24, 2025
4c1242f
clang format
changkhothuychung Jun 24, 2025
8819f70
fix conditional iterator category
changkhothuychung Jun 25, 2025
d4afc6a
move exposition-only concepts to shareable place
changkhothuychung Jun 25, 2025
102e4a9
random access iterator test
changkhothuychung Jun 25, 2025
30e9ba4
add test which should fail as a single input to concat_view
changkhothuychung Jun 25, 2025
2aedde0
fix
changkhothuychung Jun 25, 2025
4d7d739
Merge branch 'main' into views-concat
changkhothuychung Jun 25, 2025
e4e9c1c
fix noexcept conditions for iter_move
changkhothuychung Jun 25, 2025
18512df
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Jun 25, 2025
d231ea6
update exposition only concepts for concat-is-random-access and conca…
changkhothuychung Jun 25, 2025
5555c34
update operatir++ to use all_forward
changkhothuychung Jun 25, 2025
d258fe6
clang format
changkhothuychung Jun 25, 2025
a810c1b
fix concept specialization
changkhothuychung Jun 28, 2025
f14dc74
add more valueless iterator test
changkhothuychung Jun 28, 2025
965f7c4
fix tests
changkhothuychung Jun 28, 2025
ee3479b
clang format
changkhothuychung Jun 28, 2025
d0f79b4
fix test when input is output range, which should fail
changkhothuychung Jun 29, 2025
8d60132
missing header
changkhothuychung Jun 29, 2025
2f46da3
name uglification
changkhothuychung Jun 29, 2025
9c80f3c
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Jul 30, 2025
7b58c0e
fix test
changkhothuychung Aug 11, 2025
288955a
fix test
changkhothuychung Aug 11, 2025
be29ae3
Merge branch 'main' into views-concat
changkhothuychung Aug 11, 2025
6ba3737
fix iterator test
changkhothuychung Aug 11, 2025
ff8d7b6
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Aug 11, 2025
5dd4754
add test for iterator member type
changkhothuychung Aug 12, 2025
ea055e2
random access iterator test
changkhothuychung Aug 12, 2025
fc4f7e5
test iterator iter swap
changkhothuychung Aug 12, 2025
d0521d4
test iterator iter move
changkhothuychung Aug 12, 2025
6cf838e
increment test iterator
changkhothuychung Aug 13, 2025
123474b
decrement test
changkhothuychung Aug 13, 2025
35796db
more test updates
changkhothuychung Aug 13, 2025
8c60052
clang format
changkhothuychung Aug 13, 2025
9055304
clang format
changkhothuychung Aug 13, 2025
1fe5a61
clang format
changkhothuychung Aug 13, 2025
8004337
airthmetic test
changkhothuychung Aug 13, 2025
1a2643e
assertion
changkhothuychung Aug 13, 2025
ff9516a
fix
changkhothuychung Aug 14, 2025
7ebb240
Update libcxx/docs/Status/Cxx2cPapers.csv
changkhothuychung Aug 16, 2025
083dccc
Update libcxx/include/__ranges/concat_view.h
changkhothuychung Aug 16, 2025
aa6a1e2
release note
changkhothuychung Aug 16, 2025
7ad047b
tuple helpers
changkhothuychung Aug 16, 2025
57e2094
clang format
changkhothuychung Aug 16, 2025
e2f81de
fix
changkhothuychung Aug 17, 2025
d223700
cmake
changkhothuychung Aug 18, 2025
a4aa6e0
Merge branch 'main' into views-concat
changkhothuychung Aug 18, 2025
d1b3245
eof
changkhothuychung Aug 18, 2025
61bb8ab
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Aug 18, 2025
8f1217a
module map
changkhothuychung Aug 19, 2025
caa7db5
Update libcxx/test/std/ranges/range.adaptors/range.concat/iterator/it…
changkhothuychung Aug 19, 2025
2b4b0b6
Update libcxx/test/std/ranges/range.adaptors/range.concat/iterator/ra…
changkhothuychung Aug 19, 2025
1edac7a
clang format
changkhothuychung Aug 19, 2025
d89ae46
versoning
changkhothuychung Aug 19, 2025
c94e292
Update libcxx/test/std/ranges/range.adaptors/range.concat/iterator/ra…
changkhothuychung Aug 20, 2025
d4b806f
Update libcxx/test/std/ranges/range.adaptors/range.concat/iterator/ct…
changkhothuychung Aug 20, 2025
165f318
Update libcxx/test/std/ranges/range.adaptors/range.concat/iterator/ct…
changkhothuychung Aug 20, 2025
448323b
Update libcxx/test/std/ranges/range.adaptors/range.concat/ctor.defaul…
changkhothuychung Aug 20, 2025
706370c
Merge branch 'main' into views-concat
changkhothuychung Aug 26, 2025
12c83a2
Update libcxx/docs/ReleaseNotes/22.rst
changkhothuychung Sep 6, 2025
795da40
Merge branch 'main' into views-concat
changkhothuychung Sep 6, 2025
66d26a6
update tests
changkhothuychung Sep 10, 2025
f4013da
Merge branch 'main' into views-concat
changkhothuychung Sep 10, 2025
f420df1
fix bug in end() functions
changkhothuychung Sep 10, 2025
d7ef4eb
naming concepts
changkhothuychung Sep 10, 2025
e823c03
add test with different types
changkhothuychung Sep 10, 2025
ea49c38
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Sep 10, 2025
0a23d12
test with different types
changkhothuychung Sep 23, 2025
7fa196b
test value that begin points to
changkhothuychung Sep 23, 2025
13cbe33
test runtime behavior of begin
changkhothuychung Sep 23, 2025
e81c66b
different types
changkhothuychung Sep 23, 2025
6260bd1
comment test to explain what it does
changkhothuychung Sep 23, 2025
a3b7579
reuse common code
changkhothuychung Sep 23, 2025
c79eab6
use SFINAE
changkhothuychung Sep 23, 2025
08f2dd8
add test
changkhothuychung Oct 20, 2025
9be881d
add test
changkhothuychung Nov 4, 2025
4f215b0
fix test
changkhothuychung Nov 6, 2025
7838480
is_ref is false
changkhothuychung Nov 6, 2025
7413258
decrement
changkhothuychung Nov 6, 2025
8b6a060
decrement
changkhothuychung Nov 6, 2025
2c74927
fix bug and add test
changkhothuychung Nov 6, 2025
6f3f3db
random access check
changkhothuychung Nov 6, 2025
b63cca1
iterator category test
changkhothuychung Nov 6, 2025
dca6aa2
add more test
changkhothuychung Nov 7, 2025
148961f
mark LWG as done
changkhothuychung Nov 7, 2025
397227f
fix test
changkhothuychung Nov 11, 2025
cfb8b73
fix test
changkhothuychung Nov 11, 2025
02bdf6c
address LWG4166
changkhothuychung Nov 11, 2025
2e69526
fix test
changkhothuychung Nov 11, 2025
378259c
Merge branch 'main' into views-concat
changkhothuychung Dec 2, 2025
909027d
fix test default constructor
changkhothuychung Dec 2, 2025
9ff0347
fix test
changkhothuychung Dec 3, 2025
8e0ee54
fix test
changkhothuychung Dec 3, 2025
0259307
iterator ctor default test
changkhothuychung Dec 3, 2025
81ca3cf
delete test file
changkhothuychung Dec 3, 2025
8ad629f
fix arithmetic test
changkhothuychung Dec 3, 2025
dff9a0b
compile time check for iter comparison
changkhothuychung Dec 3, 2025
32c5c77
fix iter_move
changkhothuychung Dec 9, 2025
e071f92
fix test
changkhothuychung Dec 9, 2025
3a74541
update test and comment
changkhothuychung Dec 11, 2025
21264c6
clang format
changkhothuychung Dec 11, 2025
9a91620
clang format
changkhothuychung Dec 11, 2025
56e5261
fix
changkhothuychung Dec 11, 2025
c364a08
missing includes
changkhothuychung Dec 11, 2025
68a32ad
fix
changkhothuychung Dec 11, 2025
aabee04
update test
changkhothuychung Dec 11, 2025
2a107c6
fix requires clause
changkhothuychung Dec 11, 2025
93cbd78
clang format
changkhothuychung Dec 11, 2025
80fb6c1
remove unused stuff
changkhothuychung Dec 11, 2025
3daa8de
clang format
changkhothuychung Dec 12, 2025
2e8a358
fix unused header and test file
changkhothuychung Jan 20, 2026
78fd029
fix
changkhothuychung Jan 20, 2026
cc5d2a4
remove unnecessary code in valueless test
changkhothuychung Jan 20, 2026
819e9dd
fix
changkhothuychung Jan 20, 2026
cfcfb60
fix cross-const constructor
changkhothuychung Jan 21, 2026
397a254
assert to make sure catch is hit
changkhothuychung Jan 21, 2026
036df0e
Merge branch 'main' into views-concat
changkhothuychung Jan 21, 2026
e845f14
fix
changkhothuychung Jan 21, 2026
76cb1b7
clang format
changkhothuychung Jan 21, 2026
bad27b3
Merge branch 'main' into views-concat
changkhothuychung Jan 26, 2026
d805bfb
set hardening mode to debug to have enforce semantics for contracts h…
changkhothuychung Jan 28, 2026
cce3f09
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung Jan 28, 2026
890d277
sync with upstream change to tuple_transform
changkhothuychung Jan 28, 2026
ff1ae27
missing header
changkhothuychung Jan 28, 2026
43198c5
delete file
changkhothuychung Jan 28, 2026
7a8abd8
add tests with empty ranges and ranges of different types
changkhothuychung Jan 28, 2026
82bf1c7
fix tests
changkhothuychung Jan 28, 2026
2ad3a7d
fix comment and remove dead code
changkhothuychung Jan 28, 2026
2268f4f
add ref to LWG4166
changkhothuychung Jan 28, 2026
10b7566
fix namespace
changkhothuychung Jan 29, 2026
fa17b56
explicit constructor
changkhothuychung Jan 29, 2026
3ef7e6e
add more tests
changkhothuychung Jan 30, 2026
8d4dcc0
call with args order swapped
changkhothuychung Feb 2, 2026
2c60614
file name change
changkhothuychung Feb 2, 2026
eb07613
missing assert false
changkhothuychung Feb 2, 2026
56c39e9
update concatable test for begin and end
changkhothuychung Feb 2, 2026
951349c
update LWG link to iter_swap
changkhothuychung Feb 2, 2026
a4e07c9
call default constructor
changkhothuychung Feb 2, 2026
f8bb7e8
enhance compare test
changkhothuychung Feb 3, 2026
7b4a70d
different types in compare test
changkhothuychung Feb 3, 2026
ffc4c0c
iter_move check value and type
changkhothuychung Feb 4, 2026
aae8633
update compare test
changkhothuychung Feb 4, 2026
4f5f194
remove minus test file
changkhothuychung Feb 4, 2026
3cb1d77
fix test
changkhothuychung Feb 4, 2026
749e2b3
add value_type test
changkhothuychung Feb 4, 2026
2ac41fb
cpo test
changkhothuychung Feb 5, 2026
c817cbb
cast to void to avoid overloaded comma operator
changkhothuychung Feb 6, 2026
36bd9d9
constraint test for operator-(x, default_sentinel)
changkhothuychung Feb 9, 2026
065c55e
fix more tests
changkhothuychung Feb 10, 2026
def6c4e
Merge branch 'views-concat' of https://github.com/changkhothuychung/l…
changkhothuychung May 8, 2026
e5091e3
fix test
changkhothuychung May 8, 2026
71dcdf7
Merge branch 'main' into views-concat
changkhothuychung May 8, 2026
62ec6d8
clang format
changkhothuychung May 8, 2026
5da777c
clang format
changkhothuychung May 8, 2026
92833ba
llvm 23
changkhothuychung May 12, 2026
f01a2a1
fix test
changkhothuychung May 12, 2026
a4091d2
fix test
changkhothuychung May 12, 2026
72be5b8
fix docs
changkhothuychung May 12, 2026
0c8c620
rename variable
changkhothuychung May 12, 2026
d2cefbb
fix test
changkhothuychung May 13, 2026
2f1d203
clang format
changkhothuychung May 13, 2026
186dbb6
shadowing
changkhothuychung May 13, 2026
94a7540
add cassert
changkhothuychung May 14, 2026
df5d9e4
revert changes to an unrelated file
changkhothuychung May 14, 2026
293a213
nodiscard
changkhothuychung May 18, 2026
9ffef2e
update entry for LWG4166
changkhothuychung May 18, 2026
4204362
clang format
changkhothuychung May 18, 2026
17773ab
update test
changkhothuychung May 18, 2026
4d70530
update test
changkhothuychung May 18, 2026
375fa21
fix doc
changkhothuychung May 18, 2026
314480d
Merge branch 'main' into views-concat
changkhothuychung May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libcxx/docs/FeatureTestMacroTable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Status
---------------------------------------------------------- -----------------
``__cpp_lib_philox_engine`` *unimplemented*
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_concat`` *unimplemented*
``__cpp_lib_ranges_concat`` ``202403L``
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_indices`` ``202506L``
---------------------------------------------------------- -----------------
Expand Down
1 change: 1 addition & 0 deletions libcxx/docs/ReleaseNotes/23.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Implemented Papers
- P2164R9: ``views::enumerate`` (`Github <https://llvm.org/PR105251>`__)
- P2322R6: ``ranges::fold`` (`Github <https://llvm.org/PR105208>`__)
- P4144R1: Remove ``span``'s ``initializer_list`` constructor for C++26 (`Github <https://llvm.org/PR189612>`__)
- P2542R8: ``views::concat`` (`Github <https://llvm.org/PR105419>`__)
- P3383R3: ``mdspan.at()`` (`Github <https://llvm.org/PR175213>`__)
- P3508R0: Wording for "constexpr for specialized memory algorithms" (`Github <https://llvm.org/PR118379>`__)

Expand Down
6 changes: 3 additions & 3 deletions libcxx/docs/Status/Cxx2cIssues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"`LWG4071 <https://wg21.link/LWG4071>`__","``reference_wrapper`` comparisons are not SFINAE-friendly","2024-06 (St. Louis)","|Complete|","19","`#105345 <https://github.com/llvm/llvm-project/issues/105345>`__",""
"`LWG4074 <https://wg21.link/LWG4074>`__","``compatible-joinable-ranges`` is underconstrained","2024-06 (St. Louis)","|Complete|","21","`#105346 <https://github.com/llvm/llvm-project/issues/105346>`__",""
"`LWG4076 <https://wg21.link/LWG4076>`__","``concat_view`` should be freestanding","2024-06 (St. Louis)","","","`#105347 <https://github.com/llvm/llvm-project/issues/105347>`__",""
"`LWG4079 <https://wg21.link/LWG4079>`__","Missing Preconditions in ``concat_view::iterator``\`s conversion constructor","2024-06 (St. Louis)","","","`#105348 <https://github.com/llvm/llvm-project/issues/105348>`__",""
"`LWG4082 <https://wg21.link/LWG4082>`__","``views::concat(r)`` is well-formed when ``r`` is an ``output_range``","2024-06 (St. Louis)","","","`#105349 <https://github.com/llvm/llvm-project/issues/105349>`__",""
"`LWG4079 <https://wg21.link/LWG4079>`__","Missing Preconditions in ``concat_view::iterator``\`s conversion constructor","2024-06 (St. Louis)","|Complete|","23","`#105348 <https://github.com/llvm/llvm-project/issues/105348>`__",""
"`LWG4082 <https://wg21.link/LWG4082>`__","``views::concat(r)`` is well-formed when ``r`` is an ``output_range``","2024-06 (St. Louis)","|Complete|","23","`#105349 <https://github.com/llvm/llvm-project/issues/105349>`__",""
Comment thread
frederick-vs-ja marked this conversation as resolved.
"`LWG4083 <https://wg21.link/LWG4083>`__","``views::as_rvalue`` should reject non-input ranges","2024-06 (St. Louis)","|Complete|","22","`#105351 <https://github.com/llvm/llvm-project/issues/105351>`__",""
"`LWG4096 <https://wg21.link/LWG4096>`__","``views::iota(views::iota(0))`` should be rejected","2024-06 (St. Louis)","|Complete|","22","`#105352 <https://github.com/llvm/llvm-project/issues/105352>`__",""
"`LWG4098 <https://wg21.link/LWG4098>`__","``views::adjacent<0>`` should reject non-forward ranges","2024-06 (St. Louis)","","","`#105353 <https://github.com/llvm/llvm-project/issues/105353>`__",""
Expand Down Expand Up @@ -155,7 +155,7 @@
"`LWG4020 <https://wg21.link/LWG4020>`__","``extents::index-cast`` weirdness","2025-11 (Kona)","|Complete|","23","`#171311 <https://github.com/llvm/llvm-project/issues/171311>`__",""
"`LWG4136 <https://wg21.link/LWG4136>`__","Specify behavior of [linalg] Hermitian algorithms on diagonal with nonzero imaginary part","2025-11 (Kona)","","","`#171312 <https://github.com/llvm/llvm-project/issues/171312>`__",""
"`LWG4137 <https://wg21.link/LWG4137>`__","Fix *Mandates*, *Preconditions*, and *Complexity* elements of [linalg] algorithms","2025-11 (Kona)","","","`#171313 <https://github.com/llvm/llvm-project/issues/171313>`__",""
"`LWG4166 <https://wg21.link/LWG4166>`__","``concat_view::end()`` should be more constrained in order to support noncopyable iterators","2025-11 (Kona)","","","`#171314 <https://github.com/llvm/llvm-project/issues/171314>`__",""
"`LWG4166 <https://wg21.link/LWG4166>`__","``concat_view::end()`` should be more constrained in order to support noncopyable iterators","2025-11 (Kona)","|Complete|","23","`#171314 <https://github.com/llvm/llvm-project/issues/171314>`__",""
"`LWG4230 <https://wg21.link/LWG4230>`__","``simd<complex>::real/imag`` is overconstrained","2025-11 (Kona)","","","`#171316 <https://github.com/llvm/llvm-project/issues/171316>`__",""
"`LWG4243 <https://wg21.link/LWG4243>`__","``as_bytes``/``as_writable_bytes`` is broken with ``span<volatile T>``","2025-11 (Kona)","","","`#171317 <https://github.com/llvm/llvm-project/issues/171317>`__",""
"`LWG4251 <https://wg21.link/LWG4251>`__","Move assignment for ``indirect`` unnecessarily requires copy construction","2025-11 (Kona)","","","`#171318 <https://github.com/llvm/llvm-project/issues/171318>`__",""
Expand Down
2 changes: 1 addition & 1 deletion libcxx/docs/Status/Cxx2cPapers.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"`P3142R0 <https://wg21.link/P3142R0>`__","Printing Blank Lines with ``println``","2024-03 (Tokyo)","|Complete|","19","`#105415 <https://github.com/llvm/llvm-project/issues/105415>`__","Implemented as a DR against C++23. (MSVC STL and libstdc++ will do the same.)"
"`P2845R8 <https://wg21.link/P2845R8>`__","Formatting of ``std::filesystem::path``","2024-03 (Tokyo)","","","`#105416 <https://github.com/llvm/llvm-project/issues/105416>`__",""
"`P0493R5 <https://wg21.link/P0493R5>`__","Atomic minimum/maximum","2024-03 (Tokyo)","","","`#105418 <https://github.com/llvm/llvm-project/issues/105418>`__",""
"`P2542R8 <https://wg21.link/P2542R8>`__","``views::concat``","2024-03 (Tokyo)","","","`#105419 <https://github.com/llvm/llvm-project/issues/105419>`__",""
"`P2542R8 <https://wg21.link/P2542R8>`__","``views::concat``","2024-03 (Tokyo)","|Complete|","23","`#105419 <https://github.com/llvm/llvm-project/issues/105419>`__",""
"`P2591R5 <https://wg21.link/P2591R5>`__","Concatenation of strings and string views","2024-03 (Tokyo)","|Complete|","19","`#105420 <https://github.com/llvm/llvm-project/issues/105420>`__",""
"`P2248R8 <https://wg21.link/P2248R8>`__","Enabling list-initialization for algorithms","2024-03 (Tokyo)","","","`#105421 <https://github.com/llvm/llvm-project/issues/105421>`__",""
"`P2810R4 <https://wg21.link/P2810R4>`__","``is_debugger_present`` ``is_replaceable``","2024-03 (Tokyo)","","","`#105422 <https://github.com/llvm/llvm-project/issues/105422>`__",""
Expand Down
1 change: 1 addition & 0 deletions libcxx/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ set(files
__ranges/as_rvalue_view.h
__ranges/chunk_by_view.h
__ranges/common_view.h
__ranges/concat_view.h
__ranges/concepts.h
__ranges/container_compatible_range.h
__ranges/counted.h
Expand Down
Loading
Loading