Eli Friedman wrote: > Author: efriedma > Date: Mon Aug 13 21:06:07 2012 > New Revision: 161828 > > URL: http://llvm.org/viewvc/llvm-project?rev=161828&view=rev > Log: > Make __is_convertible_to handle abstract types correctly. PR13591.
Thanks for fixing the bug, Eli! But, hmm, there is still a bug: `__is_convertible_to(Abstract, Abstract)` returns true (should return false). Regards, Michel _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
