More issues
mendell at ca.ibm.com
mendell at ca.ibm.com
Mon Jan 31 14:34:00 UTC 2000
>> Return values of constructors. I don't see any reason to return a value
>> from constructors, since we will always pass in the address of the
object.
>> g++ currently returns that address, for historical reasons (previously,
to
>> support assignment to 'this')
Currently, we use the returned value from the ctor for cases like S().i.
It
wouldn't be hard to change the compiler, but we do need a decision one way
or
another
Mark
More information about the cxx-abi-dev
mailing list