Minor fix to remove_from_container's comment.

This commit is contained in:
David Capello 2012-03-11 22:15:01 -03:00
parent d5f32fb264
commit e89d8a6231

View File

@ -9,8 +9,7 @@
namespace base {
// Removes the first ocurrence of the specified element from the STL
// container.
// Removes all ocurrences of the specified element from the STL container.
template<typename ContainerType>
void remove_from_container(ContainerType& container,
typename ContainerType::const_reference element)