type requirements for std::vector

前端 未结 5 1470
夕颜
夕颜 2020-12-21 17:17

I am still confused about the requirements for a type to be used with a std::vector in C++11, but this may be caused by a buggy compiler (gcc 4.7.0). This code:

5条回答
提交回复
热议问题