On Friday, 28 April 2017 at 05:21:26 UTC, ag0aep6g wrote:

Instead of removing `in`/`const` from the ref overload, you can also add it to the non-ref overload. Again, the overloads will have the same match level ("match with conversion to const"), and the ref version will win.

It works. I don't know why I've decided to make rvalue parameter non-const. It makes sense.

It's clear answer. Thank you very much!

Reply via email to