mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 00:23:59 +00:00
Link CMapArea
This commit is contained in:
@@ -34,7 +34,7 @@ void __advance(It& it, S count, forward_iterator_tag) {
|
||||
|
||||
template < typename It, typename S >
|
||||
void advance(It& it, S count) {
|
||||
return __advance(it, count, typename It::iterator_category());
|
||||
__advance(it, count, typename It::iterator_category());
|
||||
}
|
||||
|
||||
} // namespace rstl
|
||||
|
||||
Reference in New Issue
Block a user