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
/
diagnostics
/
syserr
History
Marshall Clow
d95510ebba
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.
...
llvm-svn: 225403
2015-01-07 21:53:23 +00:00
..
syserr.compare
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
syserr.errcat
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
syserr.errcode
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
syserr.errcondition
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
syserr.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
syserr.syserr
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
errc.pass.cpp
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
version.pass.cpp
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00