[libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable with...
authorHristo Hristov <zingam@outlook.com>
Mon, 19 Jun 2023 17:45:03 +0000 (20:45 +0300)
committerHristo Hristov <zingam@outlook.com>
Sat, 24 Jun 2023 14:54:47 +0000 (17:54 +0300)
commit5f8e4315979c266f3610f89d11a48bd43809533d
treeaa72ad4ab7e24f024f8d57b4d38506bf770e8d20
parent67e05d380c2253319c22451d340e2e3c2043b6d8
[libc++][ranges] Addresses:  LWG3719 - Directory iterators should be usable with default sentinel

Addresses:  LWG3719 - Directory iterators should be usable with default sentinel
https://wg21.link/LWG3719

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D153299
libcxx/docs/Status/Cxx23Issues.csv
libcxx/include/__filesystem/directory_iterator.h
libcxx/include/__filesystem/recursive_directory_iterator.h
libcxx/include/filesystem
libcxx/include/regex
libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/equal.pass.cpp [new file with mode: 0644]
libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/equal.pass.cpp [new file with mode: 0644]
libcxx/test/std/re/re.iter/re.regiter/re.regiter.comp/equal.pass.cpp [new file with mode: 0644]
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp