dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

treewide: replace make_tuple with tuple #100

Closed neheb closed 2 years ago

neheb commented 2 years ago

Since C++17, make_tuple and tuple behave the same way because of CTAD.

Signed-off-by: Rosen Penev rosenp@gmail.com