This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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)?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]