mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Fix comment in queue::del_out (#553)
Seems it was copied from stack implementation, but queue increments out not, decrements it.
This commit is contained in:
parent
8669afec86
commit
aad52bb91c
@ -197,7 +197,7 @@ namespace etl
|
||||
}
|
||||
|
||||
//*************************************************************************
|
||||
/// Decrements (and wraps) the 'out' index value to record a queue deletion.
|
||||
/// Increments (and wraps) the 'out' index value to record a queue deletion.
|
||||
//*************************************************************************
|
||||
void del_out()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user