[webkit-changes] [WebKit/WebKit] 803459: Replace std::forward_like implementation with one ...

EWS noreply at github.com
Wed Nov 30 19:45:56 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 803459a86aca323e51d14bd2af11e6b20e14f0bd
      https://github.com/WebKit/WebKit/commit/803459a86aca323e51d14bd2af11e6b20e14f0bd
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M Source/WTF/wtf/StdLibExtras.h

  Log Message:
  -----------
  Replace std::forward_like implementation with one without std::move
https://bugs.webkit.org/show_bug.cgi?id=248542

Reviewed by Kimmo Kinnunen.

It was causing some problems with the static analyzer with its last std::move,
which the static analyzer was sure needed to be std::forward instead.
Completely replace it with an unrelated implementation.

* Source/WTF/wtf/StdLibExtras.h:
(std::forward_like):

Canonical link: https://commits.webkit.org/257216@main




More information about the webkit-changes mailing list