[webkit-changes] [WebKit/WebKit] 92fa4f: Update alternativeIndexV implementation based on f...

Alex Christensen noreply at github.com
Thu Jan 26 20:21:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 92fa4f20213a2bcd2837c07ae045b70db049a481
      https://github.com/WebKit/WebKit/commit/92fa4f20213a2bcd2837c07ae045b70db049a481
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

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

  Log Message:
  -----------
  Update alternativeIndexV implementation based on feedback from standard library proposal
https://bugs.webkit.org/show_bug.cgi?id=251228
rdar://104717280

Reviewed by Yusuke Suzuki.

http://wg21.link/P2527 and an upcoming r2 have shifted the design slightly to use std::integral_constant
and remove inline.  This PR just uses the latest changes to gain some "implementation experience" and
verify it can be used in practice.

* Source/WTF/wtf/StdLibExtras.h:

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




More information about the webkit-changes mailing list