stl1weekend
stl1weekend copied to clipboard
Vector.hpp下的Vector &operator=(std::initializer_list<_Tp> __ilist);
sensi,貌似少了一个return *this
感谢指出,已修复!