diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-11 21:58:04 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-11 21:58:04 +0200 |
commit | 277d5fcb3b378089c0f3390a0b4d1b529075958a (patch) | |
tree | dfc70f3636c3e4192785c4e052986383a3761a5c /Source/Kernel/Melon.ke | |
parent | 4f1c0997990e719ac1a1cfcb80a7437009c46b7b (diff) | |
download | Melon-277d5fcb3b378089c0f3390a0b4d1b529075958a.tar.gz Melon-277d5fcb3b378089c0f3390a0b4d1b529075958a.zip |
SimpleList now implements removeOnce(const T& value);
This methods searches for value in the list and removes it from
the list. Only the first occurrence will be removed.
Diffstat (limited to 'Source/Kernel/Melon.ke')
-rwxr-xr-x | Source/Kernel/Melon.ke | bin | 574720 -> 609187 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Source/Kernel/Melon.ke b/Source/Kernel/Melon.ke Binary files differindex f259ad0..61c87df 100755 --- a/Source/Kernel/Melon.ke +++ b/Source/Kernel/Melon.ke |