Tom Ritchford
1 min readMay 20, 2019

--

Even if you do, it isn’t right. :-)

std::tuple user2("M", "Chy", 25);

results in user2 having the type std::tuple<const char*, const char*, int> — not what you expected.

--

--

No responses yet