Changed 'Does nothing' comment to 'Undefined behavior'

This commit is contained in:
John Wellbelove 2016-11-13 16:27:56 +00:00
parent aaf8df66c1
commit d39a74bc6e

View File

@ -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()
{