
11 May
2005
11 May
'05
7:04 p.m.
"Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message news:d5sfp7$ogk$1@sea.gmane.org...
there should be
void ptr_container::operator=( auto_ptr<ptr_container> ) already. Is it not what you expect?
You've said about assignment operator the following:
well, it does lead to a conversion sequence instead of a direct call to the constructor, so it might not be that bad >to add the operator.
So my comment was based on that statement. BTW what's the rationale returning void instead of ptr_container & ? -- Pavel Chikulaev