[libcxx-commits] [PATCH] D101547: [libc++] Implement ranges::view

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 10:50:19 PDT 2021


zoecarver added a comment.

🚢 it.



================
Comment at: libcxx/include/ranges:62
 #include <__ranges/concepts.h>
-#include <__ranges/end.h>
 #include <__ranges/enable_borrowed_range.h>
----------------
zoecarver wrote:
> We need to keep this. 
Never mind I see we're including this twice 🤦‍♂️.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101547



More information about the libcxx-commits mailing list