Re: C++ PATCH to can_convert to support user-defined conversions

2013-07-15 Thread Gabriel Dos Reis
On Sat, Jul 13, 2013 at 6:02 PM, Jason Merrill wrote: > As came up in the review of the concepts lite code, can_convert currently > doesn't allow user-defined conversions. This is surprising, so we've > renamed it to can_convert_standard and made the can_convert name allow them. > Users that coul

C++ PATCH to can_convert to support user-defined conversions

2013-07-13 Thread Jason Merrill
As came up in the review of the concepts lite code, can_convert currently doesn't allow user-defined conversions. This is surprising, so we've renamed it to can_convert_standard and made the can_convert name allow them. Users that could potentially call can_convert with arguments of class typ