[webkit-reviews] review granted: [Bug 121718] Add an implementation of std::index_sequence from C++14 : [Attachment 212219] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 14:51:58 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 121718: Add an implementation of std::index_sequence from C++14
https://bugs.webkit.org/show_bug.cgi?id=121718

Attachment 212219: Patch
https://bugs.webkit.org/attachment.cgi?id=212219&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=212219&action=review


rs=me.

> Source/WTF/wtf/StdLibExtras.h:375
> +    template<size_t index, size_t...indexes> struct
make_index_sequence_helper {

Can we call the first argument length or something?
I'm getting totally confused by index versus indexes.


More information about the webkit-reviews mailing list