Skip to content
  • Kenneth Moreland's avatar
    Make sure all ArrayPortals have a Set method. · 629271bc
    Kenneth Moreland authored
    The current design for ArrayPortalVirtual makes it a requirement for all
    array portals (that it wraps) to have Set defined. Thus, make sure Set is
    defined for all ArrayPortal. Where Set is invalid, an assert is thrown if
    something calls it at runtime.
    629271bc