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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/containers/sequences/vector
Volodymyr Sapsai d805c8746a [libcxx] Use custom allocator's `construct` in C++03 when available.
Makes libc++ behavior consistent between C++03 and C++11.

Can use `decltype` in C++03 because `include/__config` defines a macro when
`decltype` is not available.

Reviewers: mclow.lists, EricWF, erik.pilkington, ldionne

Reviewed By: ldionne

Subscribers: dexonsmith, cfe-commits, howard.hinnant, ldionne, christof, jkorous, Quuxplusone

Differential Revision: https://reviews.llvm.org/D48753


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349676 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
vector.cons [libcxx] Use custom allocator's `construct` in C++03 when available. 7 years ago
asan.pass.cpp Fix ASAN test failure 9 years ago
asan_throw.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 9 years ago
const_value_type.pass.cpp Fix or move various non-standard tests. 10 years ago
db_back.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_cback.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_cfront.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_cindex.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_front.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_index.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_2.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_3.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_4.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_5.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_6.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_7.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
db_iterators_8.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
pop_back_empty.pass.cpp [libcxx] Fix pop_back() tests to make sure they don't always just pass 7 years ago
version.pass.cpp Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago