https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88580

Rustam Abdullaev <rustamabd at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rustamabd at gmail dot com

--- Comment #4 from Rustam Abdullaev <rustamabd at gmail dot com> ---
Works if I change

    : Base(std::forward<T>(args)...)...

To

    : Base{std::forward<T>(args)...}...

Reply via email to