Fix comment in queue::pop (#1347)

* Print test names at test time (#1343)

* Fix comment in queue::pop

---------

Co-authored-by: Roland Reichwein <Roland.Reichwein@bmw.de>
Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
Henri Bragge 2026-03-17 12:05:28 +01:00 committed by GitHub
parent 3639850b6b
commit 29ad4b327e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -454,7 +454,7 @@ namespace etl
}
//*************************************************************************
/// Removes the oldest value from the back of the queue.
/// Removes the oldest value from the front of the queue.
/// Does nothing if the queue is already empty.
/// If asserts or exceptions are enabled, throws an etl::queue_empty if the queue is empty.
//*************************************************************************