[libcxx-commits] [PATCH] D122996: [libc++] add global variable template std::views::empty

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 4 10:19:46 PDT 2022


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

LGTM!



================
Comment at: libcxx/include/ranges:124
+  template<class T>
+    inline constexpr bool enable_borrowed_range<empty_view<T>> = true;
+
----------------
Nice catch!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122996



More information about the libcxx-commits mailing list