Incorrect template substitution error with g++8.3

前端 未结 0 775
故里飘歌
故里飘歌 2020-12-17 10:44

I have the following program -

class foo {
    typedef foo type;   
};

template
using type_t = typename A::type;

template 

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题