This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

sync_with_stdio



Er, yeah, me again.  Do I get "frequent bitcher miles"?

The checklist has sync_with_stdio marked as 'T' -- this may need to be
changed.

Even though

	ios::sync_with_stdio();
	ios_base::sync_with_stdio();

both compile cleanly, they fail to link.  The function is present in
libio/stdstreams.cc, and that file does get built during installation, but
no such symbol appears in the final library.  After extracting stdstreams.o,
I confirmed that is definitely isn't in there.

I can see why it wouldn't be missed, since it isn't required to be used
under libio.  Still, I'm confused as to why it's not there.


Phil
(If you reply to the list, please don't cc another copy to me.  Thanks.)


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