Problem: Tests in Travis are failing randomly
Tests were failing, because some deque calls were causing undefined behavior: calling front() or pop_front() on an empty deque. Such calls are now safeguarded.
Showing
Please
register
or
sign in
to comment