David Jelenc 64ffda90d2 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.
2015-09-06 01:49:50 +02:00
..
2015-06-05 19:06:36 +01:00
2015-07-28 13:48:23 -07:00
2015-06-10 16:47:23 +01:00
2015-08-11 19:35:48 +02:00