Skip to content
  • Kenneth Moreland's avatar
    Do not cast to ArrayHandleVirtual in VariantArrayHandle::CastAndCall · a3f23a03
    Kenneth Moreland authored
    We are moving to deprecate `ArrayHandleVirtual`, so we are removing the
    feature where `VariantArrayHandle::CastAndCall` automatically casts to
    an `ArrayHandleVirtual` if possible.
    
    The big reason to make this change now (as opposed to later when
    `ArrayHandleVirtual` is deprecated) is to improve compile times.
    This prevents us from having to compile an extra code path using
    `ArrayHandleVirtual`.
    a3f23a03