>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Three patches that use references rather than pointers.
Angus> Cleaner, neater and safer! (All calls to relevant functions now
Angus> pass (*this) rather than (this). No function is called in any
Angus> other way, so the pointer cannot be uninitialised.
Angus> The main patch, patch_ref is everything needed to get the
Angus> xforms stuff working. ChangeLog included.
If nobody complains, I'll apply this one. However, I am not sure
about:
+ * src/support/sstream.h: from <streambuf> to <streambuf.h> to allow
+ compilation with DEC cxx.
This looks a bit weird to me.
JMarc