Re: [swift-dev] operator overloads

2015-12-17 Thread Rafkind, Jon via swift-dev
Ok I will. I just wanted to make sure it was buggy behavior before filing. On 12/17/2015 11:24 AM, Dmitri Gribenko wrote: On Thu, Dec 17, 2015 at 11:20 AM, Rafkind, Jon via swift-dev wrote: How does the Swift compiler determine which method or operator to call given

Re: [swift-dev] operator overloads

2015-12-17 Thread Dmitri Gribenko via swift-dev
On Thu, Dec 17, 2015 at 11:20 AM, Rafkind, Jon via swift-dev wrote: > How does the Swift compiler determine which method or operator to call given > a set of overloads at a given call site? This question may conflate two > issues: method overloads and operator overloads, but it seems at least >