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]
Other format: [Raw text]

Re: memsetting a locale object


Bourne <bourne@toughguy.net> writes:

| 	locale* foobar = new locale("foo");
| 	memset(foobar,0,sizeof(class locale));

Don't do that.  You can't memset() a non-POD class-type object.

-- Gaby


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