Skip to content
  • David Gobbi's avatar
    Use dynamic array track wrapped instantions · cadeae5f
    David Gobbi authored
    The icc compiler was giving a "possible uninitialized variable use"
    for the array of template instantitions that were to be wrapped. I
    hope that this change will clear the warning.  Dynamic allocation
    is better than hard limits, anyway.
    cadeae5f