Closed 0x7CFE closed 11 years ago
FreeBSD complains that cast in TArray::operator[] may break aliasing rules due to access through badly aliased pointers. Linux port of GCC on the other hand do not complain. However we need to eliminate this potential problems.
TODO: TArray<T>::operator[] should use static_cast
FreeBSD complains that cast in TArray::operator[] may break aliasing rules due to access through badly aliased pointers. Linux port of GCC on the other hand do not complain. However we need to eliminate this potential problems.