|  151a7dafd3 On some platforms like armv7m, the size() method of containers returns unsigned long, while ptrdiff_t is just int. Hence, std::ssize_t ends up being long, which is not the same as ptrdiff_t. This is usually not an issue because std::ptrdiff_t is long, so everything works out, but it breaks on some more exotic architectures. Differential Revision: https://reviews.llvm.org/D114563 | ||
|---|---|---|
| .. | ||
| data.pass.cpp | ||
| empty.array.verify.cpp | ||
| empty.container.verify.cpp | ||
| empty.initializer_list.verify.cpp | ||
| empty.pass.cpp | ||
| size.pass.cpp | ||
| ssize.pass.cpp | ||