Commit 8c85a857 authored by Dean Moldovan's avatar Dean Moldovan Committed by Wenzel Jakob
Browse files

Use C++14 index_sequence when possible

Newer standard libraries use compiler intrinsics for std::index_sequence
which makes it ‘free’. This prevents hitting instantiation limits for
recursive templates (-ftemplate-depth).
parent 107285b3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment