You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
762: Add missing coercion site code to MethodCallExpr's r=philberty a=philberty
Arguments to methods are coercion sites and may have implicit conversions
to be performed this adds this missing code for this case.
Fixes#755
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
I tried this code: https://godbolt.org/z/h7zon91Kf
I expected to see this happen: the argument of 'a' to the dynamic_dispatch method to be coerced into a dynamic object with a vtable
Instead, this happened: the argument of 'a' was passed without the implicit conversion required
Meta
The text was updated successfully, but these errors were encountered: