[libcxx-commits] [PATCH] D115116: [libc++] Work around a Clang bug in transform_view, and regression-test.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 6 07:01:53 PST 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

I bet you encountered this while working on `views::drop` & friends? I had the same issue and I had an unfinished patch to fix this locally - thanks for finishing up and sorry for the duplicate work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115116



More information about the libcxx-commits mailing list