why a 2-dimensional vector of auto_ptr in C++ does not work?

前端 未结 0 1831
走了就别回头了
走了就别回头了 2021-01-27 12:59

I am working on a 2-dimensional vector (vector of vector) to carry some pointers in C++.

std::vector< std::vector > data;

here ob

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