https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952

Roman CAT <roman-...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roman-...@yandex.ru

--- Comment #6 from Roman CAT <roman-...@yandex.ru> ---
Can be fixed.

Utilites/typemap.h 197

// Type information for each used type
        template <typename T>
        inline const typeinfo<T> g_typeinfo{};

        template <typename T, typename B>
        struct typepoly
        {
                uint type = 0;

                typepoly();
        };

Change to "const typeinfo<T> g_typeinfo{};"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to