You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/sequences/deque
Hans Wennborg 31e263f9b2 Merging r292990:
------------------------------------------------------------------------
r292990 | marshall | 2017-01-24 15:09:12 -0800 (Tue, 24 Jan 2017) | 1 line

Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_40@293192 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
deque.capacity [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. 9 years ago
deque.cons fix warnings only produced by apple-clang 9 years ago
deque.modifiers Merging r292990: 9 years ago
deque.special Fix undefined behavior in container swap tests. 9 years ago
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 10 years ago
iterators.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago