[Issue 7366] IFTI fails to consider bounds-checked implicit conversions for non-deduced parameter types

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 19 02:44:38 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7366


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|template overload           |IFTI fails to consider
                   |resolution failure          |bounds-checked implicit
                   |                            |conversions for non-deduced
                   |                            |parameter types


--- Comment #1 from timon.gehr at gmx.ch 2012-03-19 02:44:53 PDT ---
Simpler test case:

void foo()(byte k){}
void main(){foo(2);}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list