Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[C] avoid AmbiguousMatchexception in Bindings #4216

Merged
merged 1 commit into from Oct 25, 2018
Merged

[C] avoid AmbiguousMatchexception in Bindings #4216

merged 1 commit into from Oct 25, 2018

Commits on Oct 25, 2018

  1. [C] avoid AmbiguousMatchexception in Bindings

    if a type defines multiple op_implicit from the same type to different
    ones, trying to retrieve it with GetMethod() throws an
    AmbiguousMatchException. If this happens, we have to do the resolution
    ourself.
    
    - fixes #4215
    StephaneDelcroix committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9803e04 View commit details
    Browse the repository at this point in the history