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
/
func.wrap
/
func.wrap.func
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
..
func.wrap.func.alg
[libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
2014-12-22 22:38:59 +00:00
func.wrap.func.cap
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
func.wrap.func.con
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
func.wrap.func.inv
Cleanup tests that fail in C++1z and with Clang 3.8
2015-07-17 22:27:43 +00:00
func.wrap.func.mod
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
func.wrap.func.nullptr
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
func.wrap.func.targ
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
function_types.h
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
types.pass.cpp
In early C++11 standard drafts, std::function derived from std::unary_function or std::binary_function if there was only one (or two) parameters. Before C++11 shipped, this restiction was lifted, but libc++ still does this (which is fine). However, the tests still check for this outdated requiremnt. Change then to check for the nested typedefs instead (which are still required by the standard). No change to the library.
2015-01-08 06:36:41 +00:00