Please report new issues athttps://github.com/DOCGroup
Exercise the insertion and extraction operators for Any in the Param_Test, for example, provide a new -i dii_any_op testing mode.
This is a valid enhacement request, i'm marking it as accepted but their implementation is deferred
This is a DII/DSI issue, Jeff knows about those problems.
This can, and should be done in the dii version of all the existing param tests, getting rid of the replace() calls and substituting the new add_(in)(out)_arg functions along with the <<= operator, and correspondingly using the >>= operator in check_validity(). This may involve separated memory management code for the dii tests, since we won't have as much control over it as we do now with the lower level replace() calls.
The bug has been fixed already, as part of the non_interpretive changes. For details consult the following ChangeLog entry: Tue Mar 21 13:51:23 2000 Carlos O'Ryan <coryan@cs.wustl.edu>