C++ compilation error: invalid conversion from ‘const type* to type*

前端 未结 0 1553
名媛妹妹
名媛妹妹 2021-02-09 23:24

I have the following code :

#include 

template 
class A {
public:
    struct Element {
        U u;
    };
    typedef Eleme         


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