Skip to content

Avoid pack expansion into fixed alias template

Sebastien Ponce requested to merge packExpansionAndAlias into future

It is not very clear whether this is allowed or not (see http://open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1430) but it is a fact that clang is rejecting this. And in our case, we do not really need it

Merge request reports