Expanding parameter pack into lambda with fold expression - gcc vs clang

前端 未结 2 746
被撕碎了的回忆
被撕碎了的回忆 2020-12-20 18:58

Considering the following code snippet:

template 
void post(TF){ }

template 
struct funcs : TFs...
{
    funcs(TFs         


        
2条回答
提交回复
热议问题