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
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
experimental
/
string.view
History
Marshall Clow
8d113d430f
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs
#26120
and
#26121
. Thanks to Jonathan Wakely for the reports and the patches.
...
llvm-svn: 257474
2016-01-12 14:51:04 +00:00
..
string.view.access
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs
#26120
and
#26121
. Thanks to Jonathan Wakely for the reports and the patches.
2016-01-12 14:51:04 +00:00
string.view.capacity
…
string.view.comparison
…
string.view.cons
…
string.view.find
…
string.view.hash
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
2015-01-07 21:53:23 +00:00
string.view.io
…
string.view.iterators
…
string.view.modifiers
…
string.view.nonmem
…
string.view.ops
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
string.view.synop
…
string.view.template
…
nothing_to_do.pass.cpp
…