common.h
24.2 KB
-
Use C++14 index_sequence when possible · 8c85a857
Newer standard libraries use compiler intrinsics for std::index_sequence which makes it ‘free’. This prevents hitting instantiation limits for recursive templates (-ftemplate-depth).
Dean Moldovan committed