pfultz2/cppcheck

FP with returning an iterator to a pointer

pfultz2 opened this issue · 0 comments

template <typename T> typename std::deque<T>::iterator begin(std::deque<T>* c) { return c->begin(); }