[libcxx-commits] [PATCH] D101193: [libcxx][ranges] Add ranges::empty CPO.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 13:52:03 PDT 2021


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

LGTM with nitpick.



================
Comment at: libcxx/include/__ranges/empty.h:2
+// -*- C++ -*-
+//===------------------------ __ranges/end.h ------------------------------===//
+//
----------------
zoecarver wrote:
> Change this here and in other patches.
Woops, still not done. Actually, I've been removing the file names from the start of the files. I don't think they add anything, they just get out of sync like this. I'd just remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101193



More information about the libcxx-commits mailing list