Changes between Version 1 and Version 2 of Ticket #132
- Timestamp:
- Jun 18, 2019, 4:47:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #132 – Description
v1 v2 2 2 char foo(int); 3 3 long foo(int&); 4 5 int x; 6 foo(x); 4 7 }}} 5 8 These two functions are not ambiguous on resolution and should be.