[libcxx-commits] [PATCH] D153299: [libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable with default sentinel

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 23 12:51:34 PDT 2023


H-G-Hristov marked 2 inline comments as done.
H-G-Hristov added inline comments.


================
Comment at: libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/equal.pass.cpp:9
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+
----------------
Mordante wrote:
> Please update the other tests too.
Thank you! Sorry about this oversight.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153299/new/

https://reviews.llvm.org/D153299



More information about the libcxx-commits mailing list