RESOLVED FIXED234022
Prepare for transition to C++20
https://bugs.webkit.org/show_bug.cgi?id=234022
Summary Prepare for transition to C++20
Alex Christensen
Reported 2021-12-08 11:31:16 PST
Prepare for transition to C++20
Attachments
Patch (92.48 KB, patch)
2021-12-08 11:38 PST, Alex Christensen
no flags
Patch (87.38 KB, patch)
2021-12-08 16:40 PST, Alex Christensen
no flags
Patch (86.73 KB, patch)
2021-12-09 15:11 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2021-12-08 11:38:49 PST
Alex Christensen
Comment 2 2021-12-08 16:40:28 PST
Yusuke Suzuki
Comment 3 2021-12-09 14:38:28 PST
Comment on attachment 446455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446455&action=review r=me with one fix. > Tools/TestWebKitAPI/Tests/WTF/Expected.cpp:-297 > - NonCopyable(NonCopyable&&) = default; > - NonCopyable(const NonCopyable&) = delete; > - NonCopyable& operator=(const NonCopyable&) = delete; > - NonCopyable& operator=(NonCopyable&&) = default; We should use `WTF_MAKE_NONCOPYABLE` here to make it noncopyable.
Alex Christensen
Comment 4 2021-12-09 15:11:36 PST
Alex Christensen
Comment 5 2021-12-09 15:47:49 PST
Comment on attachment 446618 [details] Patch For some reason that didn't compile. I removed that change from this patch.
Alex Christensen
Comment 6 2021-12-09 16:25:36 PST
Radar WebKit Bug Importer
Comment 7 2021-12-09 16:26:22 PST
Note You need to log in before you can comment on or make changes to this bug.