From: Mikko Rasa Date: Tue, 20 Apr 2021 12:16:30 +0000 (+0300) Subject: Resolve function calls where argument types need to be converted X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=001cdc10d0e0b7e006a4dce5363a5c593e35b7ae;hp=001cdc10d0e0b7e006a4dce5363a5c593e35b7ae;p=libs%2Fgl.git Resolve function calls where argument types need to be converted This is a rather basic implementation and will reject a call if there's multiple candidates, without considering conversion ranks. ---