gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 3824ac481e PR libstdc++/59568 don't use putback or update value when extraction fails
PR libstdc++/59568
	* include/std/complex (operator>>): Only use putback if a character
	was successfully extracted and only set the value if a number was
	successfully extracted.
	* testsuite/26_numerics/complex/inserters_extractors/char/59568.cc:
	New test.

From-SVN: r255633
2017-12-14 11:53:02 +00:00
..
accumulate Update copyright years. 2017-01-01 13:07:43 +01:00
adjacent_difference Update copyright years. 2017-01-01 13:07:43 +01:00
complex PR libstdc++/59568 don't use putback or update value when extraction fails 2017-12-14 11:53:02 +00:00
gcd PR libstdc++/79433 no #error for including headers with wrong -std 2017-10-20 16:14:29 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
inner_product Update copyright years. 2017-01-01 13:07:43 +01:00
iota Update copyright years. 2017-01-01 13:07:43 +01:00
lcm PR libstdc++/79433 no #error for including headers with wrong -std 2017-10-20 16:14:29 +01:00
partial_sum Update copyright years. 2017-01-01 13:07:43 +01:00
random PR libstdc++/80137 use std::nextafter instead of looping 2017-03-28 17:09:49 +01:00
slice Update copyright years. 2017-01-01 13:07:43 +01:00
slice_array Update copyright years. 2017-01-01 13:07:43 +01:00
valarray Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00