llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc
Stephan T. Lavavej 286adee501 [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type.
test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp
test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_container_alloc.pass.cpp
Iterate with C::size_type because that's what operator[] takes.

test/std/containers/sequences/vector/contiguous.pass.cpp
test/std/strings/basic.string/string.require/contiguous.pass.cpp
Add static_cast<typename C::difference_type> because that's what the iterator's operator+ takes.

Fixes D27777.

llvm-svn: 289734
2016-12-14 22:46:46 +00:00
..
ctor_alloc.pass.cpp
ctor_container_alloc.pass.cpp [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 2016-12-14 22:46:46 +00:00
ctor_queue_alloc.pass.cpp
ctor_rcontainer_alloc.pass.cpp
ctor_rqueue_alloc.pass.cpp