Skip to content
  • Kenneth Moreland's avatar
    Add a dynamic array handle. · d309fa7a
    Kenneth Moreland authored
    The dynamic array handle holds a reference to an array handle of an
    unknown type. It contains the ability to try to cast it to an instance
    of array handle or to try lists of types and containers.
    
    There is currently an issue that is causing the test code not to
    compile. It is the case that some combinations of types and containers
    are not compatible. For example, an implict container is bound to a
    certain type, and the container is undefined if they do not agree. There
    needs to be a mechanism to detect these invalid combinations and skip
    over them in the MTP for each.
    d309fa7a