Skip to content
Snippets Groups Projects
Commit 993766a9 authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

recorder: use deque


std::queue<T> uses std::deque<T> as a container, so use it directly
since the interface offers better tools for debugging and manipulation.

Change-Id: I2785fc13bab6cda4704488408cad1459ae1b2395
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent 30af80e8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment