This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cbf166a2b928e3e037fba2b1f1bb64e5b6e4c26c
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.cons
History
…
..
alloc.pass.cpp
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
2015-06-03 19:56:43 +00:00
char_assignment.pass.cpp
…
copy_alloc.pass.cpp
…
copy_assignment.pass.cpp
…
copy.pass.cpp
…
default_noexcept.pass.cpp
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
2015-06-03 19:56:43 +00:00
dtor_noexcept.pass.cpp
…
initializer_list_assignment.pass.cpp
…
initializer_list.pass.cpp
…
iter_alloc.pass.cpp
…
move_alloc.pass.cpp
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
2015-06-03 19:56:43 +00:00
move_assign_noexcept.pass.cpp
…
move_assignment.pass.cpp
…
move_noexcept.pass.cpp
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
2015-06-03 19:56:43 +00:00
move.pass.cpp
…
pointer_alloc.pass.cpp
…
pointer_assignment.pass.cpp
…
pointer_size_alloc.pass.cpp
…
size_char_alloc.pass.cpp
…
substr.pass.cpp
…