[Webkit-unassigned] [Bug 247607] Replace std::remove_cvref with std::decay where appropriate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 08:59:06 PST 2022


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

--- Comment #1 from Darin Adler <darin at apple.com> ---
There are many cases where you could use either std::remove_cvref or std::decay, and personally I slightly prefer using std::decay in those cases, perhaps just because "decay" is a word and "cvref" is not.

-- 
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/20221108/50b29f95/attachment.htm>


More information about the webkit-unassigned mailing list