Skip to content
Commit c7633cdc authored by Milian Wolff's avatar Milian Wolff
Browse files

workaround infinite loop in template instantiation (fixes e.g. Eigen code)

some template code trips up our instantiation code leading to an
infinite recursion. this patch adds a depth counter to prevent
this.

furthermore, a unit test is added which reproduces this issues reliably
so someone with more knowledge can write a proper fix

BUG: 269352
parent 7e33394d
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