[libc++] Use _LIBCPP_NO_UNIQUE_ADDRESS for base in join_view
authorJoe Loser <joeloser93@gmail.com>
Tue, 8 Feb 2022 02:33:11 +0000 (21:33 -0500)
committerJoe Loser <joeloser93@gmail.com>
Fri, 11 Feb 2022 23:37:32 +0000 (18:37 -0500)
commit8f0b2ac140c36f37597deef66bea8a7739c18a7b
treec0e033aaa34e0a39c81dd362f671a0dd8e38aa19
parentaf969141fa285157044e34fb6b27963c3278241b
[libc++] Use _LIBCPP_NO_UNIQUE_ADDRESS for base in join_view

Despite the comment saying `[[no_unique_address]]` on the `__base_` data member
makes clang crash, this does not seem to be true on CI. So, mark `__base_` with
`_LIBCPP_NO_UNIQUE_ADDRESS`.

Differential Revision: https://reviews.llvm.org/D119208
libcxx/include/__ranges/join_view.h