[libcxx-commits] [PATCH] D109475: [libc++] Simplify span specializations

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 9 06:38:04 PDT 2021


jloser updated this revision to Diff 371577.
jloser added a comment.

Use base class instead of `[[no_unique_address]]` to avoid potential ABI break on MSVC


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109475

Files:
  libcxx/include/span
  libcxx/test/std/containers/views/span.sub/subspan.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109475.371577.patch
Type: text/x-patch
Size: 19865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210909/4d185115/attachment-0001.bin>


More information about the libcxx-commits mailing list