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
e96f8b52d92ee7d1d13a7a0e1f22a15c2bc52f5b
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.cons
History
Marshall Clow
e96f8b52d9
Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos)
...
llvm-svn: 263036
2016-03-09 17:51:43 +00:00
..
alloc.pass.cpp
…
char_assignment.pass.cpp
…
copy_alloc.pass.cpp
…
copy_assignment.pass.cpp
…
copy.pass.cpp
…
default_noexcept.pass.cpp
While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
2015-06-04 02:05:41 +00:00
dtor_noexcept.pass.cpp
…
initializer_list_assignment.pass.cpp
…
initializer_list.pass.cpp
…
iter_alloc.pass.cpp
…
move_alloc.pass.cpp
…
move_assign_noexcept.pass.cpp
implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
2015-08-18 18:57:00 +00:00
move_assignment.pass.cpp
…
move_noexcept.pass.cpp
…
move.pass.cpp
…
pointer_alloc.pass.cpp
…
pointer_assignment.pass.cpp
…
pointer_size_alloc.pass.cpp
…
size_char_alloc.pass.cpp
…
substr.pass.cpp
Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos)
2016-03-09 17:51:43 +00:00