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/strings/basic.string/string.modifiers
Eric Fiselier f9782def0f Add basic_string::__resize_default_init (from P1072)
This patch adds an implementation of __resize_default_init as
described in P1072R2. Additionally, it uses it in filesystem to
demonstrate its intended utility.

Once P1072 lands, or if it changes it's interface, I will adjust
the internal libc++ implementation to match.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347589 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
clear_and_shrink_db1.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
erase_iter_db1.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_iter_db2.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_iter_iter_db1.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_iter_iter_db2.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_iter_iter_db3.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_iter_iter_db4.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
erase_pop_back_db1.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 10 years ago
insert_iter_char_db1.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 10 years ago
insert_iter_size_char_db1.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 10 years ago
resize_default_initialized.pass.cpp Add basic_string::__resize_default_init (from P1072) 7 years ago