mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
Minor fix to remove_from_container's comment.
This commit is contained in:
parent
d5f32fb264
commit
e89d8a6231
@ -9,8 +9,7 @@
|
|||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
|
|
||||||
// Removes the first ocurrence of the specified element from the STL
|
// Removes all ocurrences of the specified element from the STL container.
|
||||||
// container.
|
|
||||||
template<typename ContainerType>
|
template<typename ContainerType>
|
||||||
void remove_from_container(ContainerType& container,
|
void remove_from_container(ContainerType& container,
|
||||||
typename ContainerType::const_reference element)
|
typename ContainerType::const_reference element)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user