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+
Anders Carlsson
Comment 1 2013-09-20 14:33:53 PDT
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
Note You need to log in before you can comment on or make changes to this bug.