Skip to content

3.05.07

Compare
Choose a tag to compare
@rparolin rparolin released this 23 Jun 14:24
· 293 commits to master since this release
  • Adding ARM64 processor support.
  • Fixed move copy constructor and move assignment operator for fixed_vector, and added tests.
  • Removing eastl::any type checking when RTTI is disabled due to cross dll pointer issues.
  • Relaxing restrictions on what the type of the find_by_hash' input parameter can be. Instead of a requirement of a specific type, any type convertible to the underlying type is acceptable.