Skip to content
Commit 8006e76b authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Implement the Microsoft __is_convertible_to type trait, modeling the

semantics after the C++0x is_convertible type trait. This
implementation is not 100% complete, because it allows access errors
to be hard errors (rather than just evaluating false).

Original patch by Steven Watanabe!

llvm-svn: 124425
parent a462f5cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment