[libcxx-commits] [PATCH] D151267: mdspan: implement layout_right

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 26 10:00:20 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/std/containers/views/mdspan/layout_right/ctor.mapping.pass.cpp:22
+#include <type_traits>
+#include <concepts> // what do we use from there?
+#include <cassert>
----------------
I don't think you're using anything from that header.


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

https://reviews.llvm.org/D151267



More information about the libcxx-commits mailing list