You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func
Eric Fiselier fa2ad08366 Merging r258196:
------------------------------------------------------------------------
r258196 | ericwf | 2016-01-19 14:52:04 -0700 (Tue, 19 Jan 2016) | 1 line

Add missing license headers
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@258464 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
func.wrap.func.alg [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers. 11 years ago
func.wrap.func.cap Move test into test/std subdirectory. 11 years ago
func.wrap.func.con [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function. 10 years ago
func.wrap.func.inv Cleanup tests that fail in C++1z and with Clang 3.8 10 years ago
func.wrap.func.mod [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers. 11 years ago
func.wrap.func.nullptr Move test into test/std subdirectory. 11 years ago
func.wrap.func.targ Move test into test/std subdirectory. 11 years ago
function_types.h Merging r258196: 10 years ago
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. 11 years ago