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/utilities/function.objects
Howard Hinnant c425307238 Relax the complete-type checks that are happening under __invokable<Fp, Args...> to only check Fp, and not Args... . This should be sufficient to give the desired high quality diagnostics under both bind and function. And this allows a test reported by Rich E on cfe-dev to pass. Tracked by <rdar://problem/11880602>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160285 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
arithmetic.operations license change 15 years ago
bind Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. 15 years ago
bitwise.operations license change 15 years ago
comparisons license change 15 years ago
func.def license change 15 years ago
func.memfn license change 15 years ago
func.require license change 15 years ago
func.wrap Relax the complete-type checks that are happening under __invokable<Fp, Args...> to only check Fp, and not Args... . This should be sufficient to give the desired high quality diagnostics under both bind and function. And this allows a test reported by Rich E on cfe-dev to pass. Tracked by <rdar://problem/11880602>. 14 years ago
logical.operations license change 15 years ago
negators license change 15 years ago
refwrap license change 15 years ago
unord.hash Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. 14 years ago
version.pass.cpp This got accidentally removed 15 years ago