[gnu.g++] this as lvalue revisited

rokicki@Neon.Stanford.EDU (Tomas G. Rokicki) (01/18/90)

Two people have pointed me at the -fthis-is-variable flag.  Unfortunately,
this doesn't solve the problem, as now I get the error message

   assignment of read-only parameter $this

This is with g++ 1.36.1; I'm going to bring up 1.36.3 but I doubt it will
change this behavior.  Thanks for any help!

-tom