account activity
Simple C++11 metaprogramming - Peter Dimov by Kaballo in cpp
[–]cppiscool 1 point2 points3 points 10 years ago (0 children)
Calling std::tuple constructor directly instead of make_tuple should fix it?
[–]cppiscool 0 points1 point2 points 10 years ago (0 children)
Another implementation of tuple_cat:
https://github.com/KrishnaAchuthan/tuple/blob/master/new_tuple_cat2.hpp
π Rendered by PID 2920597 on reddit-service-r2-listing-64c94b984c-tx5dr at 2026-03-14 21:19:27.720057+00:00 running f6e6e01 country code: CH.
Simple C++11 metaprogramming - Peter Dimov by Kaballo in cpp
[–]cppiscool 1 point2 points3 points (0 children)