RESOLVED CONFIGURATION CHANGED Bug 175583
Import a better std::variant
https://bugs.webkit.org/show_bug.cgi?id=175583
Summary Import a better std::variant
Sam Weinig
Reported 2017-08-15 10:33:42 PDT
The variant implementation we currently have, https://bitbucket.org/anthonyw/variant/src, is completely standards compliant and is not being updated all that often. We should probably replace it with https://github.com/mpark/variant, which is based on the clang implementation and is available as a single header, while we wait for all our compilers / standard libraries to support it directly.
Attachments
Patch (356.12 KB, patch)
2017-08-17 20:59 PDT, Sam Weinig
no flags
Patch (355.67 KB, patch)
2017-08-17 21:20 PDT, Sam Weinig
no flags
Patch (355.58 KB, patch)
2017-08-18 07:11 PDT, Sam Weinig
no flags
Patch (357.07 KB, patch)
2017-08-18 07:13 PDT, Sam Weinig
no flags
Patch (357.22 KB, patch)
2017-08-18 09:25 PDT, Sam Weinig
no flags
Patch (357.75 KB, patch)
2017-08-19 12:26 PDT, Sam Weinig
no flags
Patch (361.44 KB, patch)
2017-08-19 21:59 PDT, Sam Weinig
no flags
Patch (363.17 KB, patch)
2017-08-19 22:22 PDT, Sam Weinig
no flags
Sam Weinig
Comment 1 2017-08-17 20:59:34 PDT Comment hidden (obsolete)
Sam Weinig
Comment 2 2017-08-17 21:20:51 PDT Comment hidden (obsolete)
Build Bot
Comment 3 2017-08-17 21:25:40 PDT Comment hidden (obsolete)
Sam Weinig
Comment 4 2017-08-18 07:11:44 PDT Comment hidden (obsolete)
Sam Weinig
Comment 5 2017-08-18 07:13:49 PDT Comment hidden (obsolete)
Sam Weinig
Comment 6 2017-08-18 09:25:03 PDT Comment hidden (obsolete)
Sam Weinig
Comment 7 2017-08-19 12:26:29 PDT Comment hidden (obsolete)
Sam Weinig
Comment 8 2017-08-19 21:59:27 PDT Comment hidden (obsolete)
Sam Weinig
Comment 9 2017-08-19 22:22:12 PDT
Note You need to log in before you can comment on or make changes to this bug.