[libcxx-commits] [PATCH] D101737: [libcxx] Implement view.interface.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 6 17:46:56 PDT 2021


zoecarver planned changes to this revision.
zoecarver added inline comments.


================
Comment at: libcxx/include/__ranges/view_interface.h:117
+  template<class _D2 = _Derived>
+  [[nodiscard]] constexpr auto size() const
+    noexcept(noexcept(ranges::end(__derived()) - ranges::begin(__derived())))
----------------
Remove all the nodiscards except for empty. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101737



More information about the libcxx-commits mailing list