llvm-project/libcxx/test/std/utilities/meta/meta.rel
Eric Fiselier da6c0fb630 [libcxx] Fix PR22771 - Support access control SFINAE in the library version of is_convertible.
Summary:
Currently the conversion check does not take place in a context where access control SFINAE is applied. This patch changes the context of the test expression so that SFINAE occurs if access control does not permit the conversion.

Related bug: https://llvm.org/bugs/show_bug.cgi?id=22771

Reviewers: mclow.lists, rsmith, dim

Reviewed By: dim

Subscribers: dim, rodrigc, emaste, cfe-commits

Differential Revision: http://reviews.llvm.org/D8461

llvm-svn: 233552
2015-03-30 15:22:20 +00:00
..
is_base_of.pass.cpp
is_convertible.pass.cpp [libcxx] Fix PR22771 - Support access control SFINAE in the library version of is_convertible. 2015-03-30 15:22:20 +00:00
is_convertible_fallback.pass.cpp
is_same.pass.cpp