mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 15:01:47 +00:00
Add rstl::binary_find
Including CAnimData::GetBoundingBox
Former-commit-id: e4a864880b
This commit is contained in:
@@ -132,6 +132,10 @@ inline typename It::difference_type __distance(It first, It last, random_access_
|
||||
return last - first;
|
||||
}
|
||||
|
||||
template < typename It, typename S >
|
||||
inline void __advance(It& it, S count, random_access_iterator_tag) {
|
||||
it += count;
|
||||
}
|
||||
|
||||
template < typename T >
|
||||
struct iterator_traits {};
|
||||
|
||||
Reference in New Issue
Block a user