mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
Remove comment about non-matching from rstl::erase (see previous commit)
This commit is contained in:
@@ -219,7 +219,6 @@ typename vector< T, Alloc >::iterator vector< T, Alloc >::erase(iterator it) {
|
||||
return erase(it, it + 1);
|
||||
}
|
||||
|
||||
// TODO nonmatching (CCameraManager::RemoveCinemaCamera)
|
||||
template < typename T, typename Alloc >
|
||||
typename vector< T, Alloc >::iterator vector< T, Alloc >::erase(iterator first, iterator last) {
|
||||
destroy(first, last);
|
||||
|
||||
Reference in New Issue
Block a user