Opened 5 years ago

Last modified 5 years ago

#132 new task

Remove reference cost from resolution — at Initial Version

Reported by: Thierry Delisle Owned by:
Priority: major Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

void foo(int);
long foo(int&);

These two functions are not ambiguous on resolution and should be.

This is because the cost function counts references.
The reference cost should be removed from the cost tuple.

Change History (0)

Note: See TracTickets for help on using tickets.