mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 05:18:43 +08:00
Changed 'Does nothing' comment to 'Undefined behavior'
This commit is contained in:
parent
aaf8df66c1
commit
d39a74bc6e
@ -392,7 +392,7 @@ namespace etl
|
||||
|
||||
//*************************************************************************
|
||||
/// Removes an element from the end of the vector.
|
||||
/// Does nothing if the vector is empty.
|
||||
/// Undefined behaviour if the vector is empty.
|
||||
//*************************************************************************
|
||||
void pop_back()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user