diff --git a/src/base/remove_from_container.h b/src/base/remove_from_container.h index d0dd9441c..7a78f1ca0 100644 --- a/src/base/remove_from_container.h +++ b/src/base/remove_from_container.h @@ -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 void remove_from_container(ContainerType& container, typename ContainerType::const_reference element)