stdio synching and startup code (was Re: segfaults after loading shared libstdc++)

Michael VanLoon MichaelV@EDIFECS.COM
Mon Jan 15 13:25:00 GMT 2001


> From: Gabriel Dos Reis [ mailto:gdr@codesourcery.com ]
> Sent: Wednesday, January 10, 2001 3:55 AM
> 
> "Artem Khodush" <artem@duma.gov.ru> writes:
> 
> | It it legal C++ to call the destructor for the same object 
> multiple times?
> 
> Definitely, not.

Or to put it another way, the object is undefined once it has been
destructed once.  How can you call and undefined destructor (a second time)?


More information about the Libstdc++ mailing list