llvm-project/libcxx/test/utilities/function.objects
Howard Hinnant 403845ba75 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>.
llvm-svn: 160285
2012-07-16 16:17:34 +00:00
..
arithmetic.operations license change 2010-11-16 22:09:02 +00:00
bind Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. 2011-05-19 19:41:47 +00:00
bitwise.operations license change 2010-11-16 22:09:02 +00:00
comparisons license change 2010-11-16 22:09:02 +00:00
func.def license change 2010-11-16 22:09:02 +00:00
func.memfn license change 2010-11-16 22:09:02 +00:00
func.require license change 2010-11-16 22:09:02 +00:00
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>. 2012-07-16 16:17:34 +00:00
logical.operations license change 2010-11-16 22:09:02 +00:00
negators license change 2010-11-16 22:09:02 +00:00
refwrap license change 2010-11-16 22:09:02 +00:00
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. 2011-12-05 00:08:45 +00:00
version.pass.cpp This got accidentally removed 2010-12-10 19:22:00 +00:00