WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
121718
Add an implementation of std::index_sequence from C++14
https://bugs.webkit.org/show_bug.cgi?id=121718
Summary
Add an implementation of std::index_sequence from C++14
Anders Carlsson
Reported
2013-09-20 14:32:15 PDT
Add an implementation of std::index_sequence from C++14
Attachments
Patch
(2.39 KB, patch)
2013-09-20 14:33 PDT
,
Anders Carlsson
rniwa
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-09-20 14:33:53 PDT
Created
attachment 212219
[details]
Patch
Ryosuke Niwa
Comment 2
2013-09-20 14:51:04 PDT
Comment on
attachment 212219
[details]
Patch 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.
Anders Carlsson
Comment 3
2013-09-20 14:58:33 PDT
Committed
r156204
: <
http://trac.webkit.org/changeset/156204
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug