Fix applyTuple to work under MSVC again
authorChristopher Dykes <cdykes@fb.com>
Mon, 15 Aug 2016 22:56:35 +0000 (15:56 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Mon, 15 Aug 2016 23:08:27 +0000 (16:08 -0700)
commit74d1af87831f9df2b5cb9d104db1d0e2edab591e
tree4f5c31a581dd2758c88cc57da5b846a1164a5b17
parent1d4854bc87a16e449760dab54e8b0c304323d133
Fix applyTuple to work under MSVC again

Summary:
Because MSVC didn't like the new version used to add support for multiple tuples.
This also switches to std::index_sequence rather than our own home-grown version.

Reviewed By: yfeldblum

Differential Revision: D3706506

fbshipit-source-id: 724c995fe2671d21f78cd7ffa4b19ea1b278c308
folly/ApplyTuple.h