You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eastl::variant get_if bug fix for requesting the incorrect held type or when passing a nullptr.
eastl::string substr(), left(), right() return a copy of this->get_allocator()
eastl::string changed SSOSize variable name from mnSize to mnRemainingSize to
better signify what type of data the variable holds
Added iterator vector::erase_first_unsorted(const T& val) and the reverse equivalent, iterator
vector::erase_last_unsorted(const T& val). These allow for erasing the first found value matching element, as a
convenience function. The container is considered unsorted after the operation.