gcc/libstdc++-v3/testsuite/21_strings/basic_string_view
Jonathan Wakely 6ec3c9c841 Fix missing returns in libstdc++ header and tests
* include/bits/locale_conv.h (wbuffer_convert::_M_put): Add missing
	return statement.
	* testsuite/21_strings/basic_string_view/operations/copy/char/1.cc:
	Return void.
	* testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/insert_or_assign/1.cc: Add
	missing return statements.
	* testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc:
	Likewise.
	* testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
	Return void.
	* testsuite/special_functions/14_expint/pr68397.cc: Likewise.

From-SVN: r249238
2017-06-16 09:13:37 +01:00
..
capacity Update copyright years. 2017-01-01 13:07:43 +01:00
cons Update copyright years. 2017-01-01 13:07:43 +01:00
element_access Update copyright years. 2017-01-01 13:07:43 +01:00
inserters Update copyright years. 2017-01-01 13:07:43 +01:00
literals Update copyright years. 2017-01-01 13:07:43 +01:00
modifiers Update copyright years. 2017-01-01 13:07:43 +01:00
operations Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
operators Update copyright years. 2017-01-01 13:07:43 +01:00
range_access Update copyright years. 2017-01-01 13:07:43 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
types Update copyright years. 2017-01-01 13:07:43 +01:00
include.cc Update copyright years. 2017-01-01 13:07:43 +01:00
typedefs.cc Update copyright years. 2017-01-01 13:07:43 +01:00