llvm-project/libcxx/test/std/utilities/meta/meta.trans
Eric Fiselier d9ad0cbd70 Cleanup result_of tests and fix issues with the C++03 result_of.
The two main fixes this patch contains are:
- use __identity_t instead of common_type. common_type was used as an
  identity metafunction but the decay resulted in incorrect results.
- Pointers to free functions were not counted as functions. Remove the pointer
  before checking if a type is a function.

llvm-svn: 239668
2015-06-13 08:25:24 +00:00
..
meta.trans.arr
meta.trans.cv
meta.trans.other Cleanup result_of tests and fix issues with the C++03 result_of. 2015-06-13 08:25:24 +00:00
meta.trans.ptr
meta.trans.ref
meta.trans.sign
nothing_to_do.pass.cpp