This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
strings
/
basic.string
History
Marshall Clow
cbf166a2b9
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.
...
llvm-svn: 238957
2015-06-03 19:56:43 +00:00
..
string.access
…
string.capacity
Use generic feature name for sanitizers that replace new and delete
2015-03-10 20:46:04 +00:00
string.cons
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
string.iterators
…
string.modifiers
…
string.nonmembers
…
string.ops
…
string.require
Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete
2015-05-26 18:57:27 +00:00
input_iterator.h
…
test_traits.h
…
types.pass.cpp
…