2009060108
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How to add necessary include statement when expanding a live template?
已回答I defined a `vec` C++ live template in Clion and it looks like this. As you can see it basically defines a vector of some type. Is it possible to add the necessary include statement `#include <vect... -
创建于 Auto import doesn't work for me
已回答I have a short C++ file opened in Clion and a function using vector. The vector header file hasn't been included yet and Clion shows errors. I move the cursor on a such error case and press alt+ent...