2934d2f033
We were taking a pointer to a for loop iterator variable and thus capturing the final iteration value rather than each one separately. By using the .Ptr() method instead, we force a copy of the range which we then take a pointer to. |
||
---|---|---|
.. | ||
hcldec | ||
hclfmt | ||
hclspecsuite |