Use STL instead of WTF::get_if, WTF::Monostate, WTF::visit, and WTF::holds_alternative
Created attachment 440942 [details] Patch
Comment on attachment 440942 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440942&action=review r=me assuming compile succeeds (which I assume it will since this was done with global replace, I hope) > Source/JavaScriptCore/ChangeLog:3 > + Use STL instead of WTF::get_if, WTF::Monostate, WTF::visit, and WTF::holds_alternative Pedantic terminology nitpick: The term "STL" is a bit archaic and I don’t think it applies here; you just mean the C++ standard library.
Committed r284016 (242853@main): <https://commits.webkit.org/242853@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 440942 [details].
<rdar://problem/84164480>