Re: [reSIProcate] an error?
I don't see the sign error you reported (maybe someone fixed it
already?), but am embarrassed to note the type error. The variable
data6 should be of pointer type or an in place constructor should be
used. Sure hope I didn't write it...
Also, depite the note in the wiki, C++ will auto-convert between
numeric types when there is no loss in precision. There may be
ambiguity in the face of auto-conversion in Data for some interfaces,
but float can be used in place of double in the Data(double)
constructor, for example.
david