On Mon, 6 May 2024 10:18:35 -0400  Jason McKesson via Std-Proposals
<std-proposals@lists.isocpp.org> wrote:
>This is way too special-case to implement. It's ultimately on the user
>to prevent this from happening. `base`'s constructor uses template
>argument deduction. That function takes its parameter by value. If you
>use template argument deduction on such a function and pass it a type
>which is a reference, it will copy the parameter. This *needs* to be a
>hard-and-fast rule.

It is a special case. It is a conflict between rule and best practices.
But It is not the user's fault. Rules and practices may change or be refined by us.