Closed ltoenning closed 1 year ago
std::deque::front() is accessed before checking that the deque is not empty. This leads to undefined behavior.
std::deque::front()
std::deque::front()
is accessed before checking that the deque is not empty. This leads to undefined behavior.