gcc/libstdc++-v3/testsuite/20_util/from_chars
Jonathan Wakely 561a19c301 libstdc++: Fix test for old string ABI
The COW string doesn't accept const_iterator arguments in insert and
related member functions. Pass a mutable iterator instead.

libstdc++-v3/ChangeLog:

	* testsuite/20_util/from_chars/4.cc: Pass non-const iterator
	to string::insert.
2020-07-30 16:04:59 +01:00
..
1_c++20_neg.cc libstdc++: Add std::from_chars for floating-point types 2020-07-20 23:49:27 +01:00
1_neg.cc libstdc++: Add std::from_chars for floating-point types 2020-07-20 23:49:27 +01:00
1.cc libstdc++: Fix std::from_chars to ignore leading zeros in base 2 2020-06-24 12:35:59 +01:00
2.cc libstdc++: Add std::from_chars for floating-point types 2020-07-20 23:49:27 +01:00
3.cc libstdc++: Fix std::from_chars to ignore leading zeros in base 2 2020-06-24 12:35:59 +01:00
4.cc libstdc++: Fix test for old string ABI 2020-07-30 16:04:59 +01:00
5.cc libstdc++: Make std::from_chars always round to nearest 2020-07-27 15:51:24 +01:00
6.cc libstdc++: Make std::from_chars always round to nearest 2020-07-27 15:51:24 +01:00
compare.cc libstdc++: Add comparison operators to <charconv> result types 2020-04-08 16:16:10 +01:00
requirements.cc Update copyright years. 2020-01-01 12:51:42 +01:00