[libcxx-commits] [libcxx] [libc++] Implement `std::function_ref` (PR #186692)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 19 11:18:44 PDT 2026


================
@@ -73,6 +73,13 @@ void test_iterator_sentinel() {
     assert(s.size() == 1);
     assert(s.data() == std::data(arr));
   }
+
+  {
+    std::span s{std::begin(arr), std::cw<3>};
----------------
ldionne wrote:

Why is this part of this PR?

https://github.com/llvm/llvm-project/pull/186692


More information about the libcxx-commits mailing list