[webkit-reviews] review requested: [Bug 226351] Add copy of std::span so that we can use it pre-moving to c++20 : [Attachment 430686] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 08:32:18 PDT 2021


Sam Weinig <sam at webkit.org> has asked  for review:
Bug 226351: Add copy of std::span so that we can use it pre-moving to c++20
https://bugs.webkit.org/show_bug.cgi?id=226351

Attachment 430686: Patch

https://bugs.webkit.org/attachment.cgi?id=430686&action=review




--- Comment #13 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 430686
  --> https://bugs.webkit.org/attachment.cgi?id=430686
Patch

My general apprehension around using std:: and the issues trying to make it
work have led to this version that calls it Span (or WTF::Span with a using). I
can keep trying to make the std:: span work if the consensus was that was
better.


More information about the webkit-reviews mailing list