On Friday, July 13, 2012 08:55:58 Jacob Carlborg wrote: > On 2012-07-12 21:26, Jonathan M Davis wrote: > > The recently added attribute inferrence for overridden functions in > > derived > > types makes it impossible to have a non-const overload of a const > > function. > > I wonder if the attribute inference can be fined tuned a bit. So it's > only applied to a method that is actually overridden and not overloaded.
I believe that Kenji has a pull request intended to resolve the issue (probably by doing something like that, but I don't know). We'll see what Walter has to say though. - Jonathan M Davis
