milley

Results 1 issues of milley

Hi, The method pop_back of mystl vector missing return, so i think u should add like this: void pop_back() { if (!empty()) { alloc_.destroy(--free_); return; } throw std::length_error("vector::pop_back() - the...