Changes between Version 1 and Version 2 of Ticket #132


Ignore:
Timestamp:
Jun 18, 2019, 4:47:12 PM (5 years ago)
Author:
a3moss
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #132 – Description

    v1 v2  
    22char foo(int);
    33long foo(int&);
     4
     5int x;
     6foo(x);
    47}}}
    58These two functions are not ambiguous on resolution and should be.