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: adding 'using std::flush' to backward/iostream.h


Phil Edwards <pedwards@disaster.jaj.com> writes:

| Anybody else think I should do this?  "an_ostream << flush" fails to
| compile when using the backward combatability header; doing this allows
| such code to work.

That must have been a mistake, yes it is OK to have a 

	using std:: <manipulator>;

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com



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