On Sat, Jul 13, 2013 at 6:02 PM, Jason Merrill <ja...@redhat.com> 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 could potentially call can_convert with arguments of class type > have also been renamed; those that can only pass in pointers or the like > have been left alone. I also took the opportunity to tidy up a covariant > return diagnostic. > > Tested x86_64-pc-linux-gnu, applying to trunk.
Thanks, Jason. -- Gaby