mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-14 08:00:25 +00:00
(iOS) Fix build
This commit is contained in:
parent
22a50073d1
commit
4d2fad9209
@ -64,7 +64,7 @@ namespace nall {
|
||||
}
|
||||
|
||||
template<typename T> void array(T &array) {
|
||||
enum { size = sizeof(T) / sizeof(typename std::remove_extent<T>::type) };
|
||||
enum { size = sizeof(T) / sizeof(typename cplusplus98::remove_extent<T>::type) };
|
||||
for(unsigned n = 0; n < size; n++) integer(array[n]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user