trompeloeil icon indicating copy to clipboard operation
trompeloeil copied to clipboard

Still ambigous match of wildcard _ for parameter type constructible from any T by value

Open rollbear opened this issue 3 years ago • 0 comments

Release v44 solved issue 293, where matching _ to a parameter type constructible from any const T& was ambigous. The solution handles that and T&& too.

The issue remains if constructed from T by value, however.

https://godbolt.org/z/9MnW3YnY4

rollbear avatar Apr 11 '23 13:04 rollbear