You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐎 🎨 [cib/detail] Replace type_pack_element recursive version (#61)
Problem:
- When `__type_pack_element` builtin is not implemented `type_pack_element`
is using recursion which is slow to compile.
Solution:
- Speed up compilation time by replacing non-recursive version of type_pack_element when
`__type_pack_element` is not available by creating inherited list of type
and id pairs and leverage inheritance to get the Nth type pack
element.
Co-authored-by: Kris Jusiak <[email protected]>
0 commit comments