Since there are no constructors for Value, how do you properly insert a new Value?<br><br>If I create a pointer Value *newValue and then call AA.copyValue(oldValue, newValue), this does not work, since newValue is not allocated.<br>
<br><br>