Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Unit Tests
Unit Tests
Event Timeline
Comment Actions
CC @var-const
| libcxx/include/__type_traits/is_always_bitcastable.h | ||
|---|---|---|
| 40–42 | WDYT?  | |
| 73 | ||
| 87 | ||
| 88–90 | And then remove the line you added below.  | |
| libcxx/test/libcxx/type_traits/is_always_bitcastable.compile.pass.cpp | ||
| 61 | Can you please also add tests for copy and move that use these types? This is a really fundamental part of the library so we want to make sure our tests in that area are bomb proof.  | |
WDYT?