
19 May
2008
19 May
'08
8:08 p.m.
AMDG John Femiani wrote:
I wonder if you can use placement new and make the assignment operator for your class invoke a copy constructor?
Don't do that. It is impossible to make such an assignment operator exception safe if the copy constructor can throw. In Christ, Steven Watanabe