In N3471, a bunch of routines from header
<tuple> were made constexpr.
make_tuple/tuple_cat/get<>(tuple)/relational operators — all these were "constexpr-ified".
But not tie. This is similar to Issue 2275, where the same observation was made about forward_as_tuple.