Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] Add a test case for std::bit_cast with std::complex (#97751)
This is extracted from #94620. While libc++ doesn't have the problem described in that issue, a test case is a good idea to ensure that we don't regress this behavior in the future. This could happen for example if we decide to use `_Complex` in the implementation of `std::complex` while Clang doesn't handle bit_cast with _Complex yet.
- Loading branch information