[libcxx-commits] [PATCH] D116642: [libc++] LWG3171: implement operator<< for filesystem::directory_entry.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 11 15:32:14 PST 2022


var-const marked an inline comment as done.
var-const added inline comments.


================
Comment at: libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.io/directory_entry.io.pass.cpp:39
+
+  auto& result = stream << p;
+  assert(stream.str() == expected_output);
----------------
Quuxplusone wrote:
> Waaaaitaminute. This is `<<`ing a `path`, but aren't you supposed to be `<<`ing a `directory_entry` here?
Thanks a lot!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116642



More information about the libcxx-commits mailing list