This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [v3] libstdc++/6518


Benjamin Kosnik <bkoz@redhat.com> writes:

|> *************** namespace std 
|> *** 554,559 ****
|> --- 555,562 ----
|>   		}
|>   	      __out.write(__s, __len);
|>   	      __out.width(0);
|> + 	      if (!__len)
|> + 		__out.setstate(ios_base::badbit);
|>   	    }
|>   	  catch(exception& __fail)
|>   	    {

This part does not make any sense.  cout << "" shouldn't set badbit.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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