[libcxx-commits] [PATCH] D154367: [libc++] mdspan - implement mdspan class

Christian Trott via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 10:24:59 PDT 2023


crtrott added inline comments.


================
Comment at: libcxx/test/std/containers/views/mdspan/mdspan/assign.pass.cpp:12
+
+// constexpr mdspan(const mdspan&) = default;
+//
----------------
crtrott wrote:
> ldionne wrote:
> > This synopsis is wrong, please go through them to make sure.
> I think this is right?
sorry accidentally published that above comment: it was wrong (copy ctor instead of copy assign) and I fixed it


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

https://reviews.llvm.org/D154367



More information about the libcxx-commits mailing list