-
在数组初始化时需要获得每个位置的指针,于是需要用 我已经对std::vector<std::vector<Constant*> > idxList尝试了以下做法,将pos作为参数,均报错:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
解决方法,重新创建一个std::vector<Value*> pos,把std::vector<Constant*>的内容全部拷贝进去再让pos作为参数传进那个GEP函数 |
Beta Was this translation helpful? Give feedback.
解决方法,重新创建一个std::vector<Value*> pos,把std::vector<Constant*>的内容全部拷贝进去再让pos作为参数传进那个GEP函数