backport `std::make_from_tuple` from C++17
Summary: `std::make_from_tuple` constructs an object of type T, using the elements of the tuple t as the arguments to the constructor. Backport. For the unit test, I referred to https://github.com/phalpern/uses-allocator/blob/711f6071a1230272de28c022400d678e7e9f0228/make_from_tuple.t.cpp Reviewed By: yfeldblum Differential Revision: D6808665 fbshipit-source-id: 257f27110c01da39b5415b02415d74f0b6062051
Showing
Please register or sign in to comment