On Saturday, 23 January 2021 at 05:54:09 UTC, Виталий Фадеев wrote:
But, how to create class instance with type deduction in usual way ?

    auto list = new List( extensions );

You can't; there's no type deduction for constructors.

Reply via email to