[Webkit-unassigned] [Bug 220662] std::is_literal_type causes -Wdeprecated-declarations warning with GCC 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 12:48:28 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220662

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #2 from Darin Adler <darin at apple.com> ---
Maybe we can look for newer Variant implementations?

We added WTF::Variant to get something like std::variant earlier. Like WTF::Optional, some of us intended this as a stopgap, and eventually we’d just move along to std::variant. But in the case of WTF::Optional, we grew to like at least one of the semantics we chose for our version, and may delay switching over indefinitely. It’s possible that is not try for WTF::Variant, so perhaps we can just switch over to std::variant?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210122/c642d04e/attachment.htm>


More information about the webkit-unassigned mailing list