Craig Smith
Craig Smith
This makes it impossible to add standard operators like operator== to them, among other things. The big issue is that DimensionLengths() returns a pointer to internal dim size data, and...
Currently if a cluster is declared with ce(), you can write to the whole cluster, but you CAN incorrectly write to a field. I think fixing this efficiently would require...
See TODO comment; the leak-causing construct is currently tweaked in the test so as not to leak.
There is a check in TDViaParser::FinalizeVILoad() which asserts that during the preflight phase of parsing a VI/clump, no new allocations have been made in the type manager. This is commented...