Hi Andreas, thank you for the great tool.
Looks like
std::tuple<C...> tpl(c...);
gets transformed into something odd:
std::tuple<C...> tpl = c... ;
Shouldn't the code stay the same in this case?
Here is the full example: https://cppinsights.io/s/c901a485