This website requires JavaScript.
Explore
Help
Sign In
LineageOS
/
android_external_libcxx
Watch
1
Star
0
Fork
0
You've already forked android_external_libcxx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
ee226c05af9e0187098f43fb71465a581487af9b
android_external_libcxx
/
test
/
std
/
utilities
/
function.objects
/
unord.hash
History
Dan Austin
ee226c05af
Revert "Revert "Update aosp/master libcxx rebase to r263688""
...
This reverts commit
1d4a1edbc7
. Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
2016-06-08 22:25:43 +00:00
..
enum.fail.cpp
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
enum.pass.cpp
Cleaning up the test suite; remove some includes of non-standard file <__config>
2015-01-18 19:05:51 +00:00
floating.pass.cpp
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
integral.pass.cpp
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
pointer.pass.cpp
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