zhaozhangjian

Results 4 comments of zhaozhangjian

Hi ycbw, I tried the vector you mentioned and the code is like below: #include #include void double_and_insert(std::vector& v, int some_val) { auto mid = [&]{ return v.begin() + v.size()...

Hi, I ran into the same issue as yours, have you solved the problem yet?

Hi, Thanks for your reply! I tried this option and the building passed, some debug info such as virtual address was still optimized out. But I can see much more...