gcc/libstdc++-v3/testsuite/experimental/string_view
Jonathan Wakely 16545743c6 re PR libstdc++/61374 (string_view::operator string() is buggy)
PR libstdc++/61374
	* include/experimental/string_view (operator basic_string): Correct
	order of arguments.
	(to_string): Replace with member function.
	Add inline specifiers. Remove unused header. Remove _S_empty_rep and
	allow _M_str to be null.
	* testsuite/experimental/string_view/cons/char/1.cc: Adjust to new
	default constructor semantics.
	* testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise.
	* testsuite/experimental/string_view/operations/copy/char/1.cc: Fix
	copyright dates. Remove unused header.
	* testsuite/experimental/string_view/operations/copy/wchar_t/1.cc:
	Likewise.
	* testsuite/experimental/string_view/operations/data/char/1.cc:
	Fix copyright dates. Adjust to new default constructor semantics.
	* testsuite/experimental/string_view/operations/data/wchar_t/1.cc:
	Likewise.
	* testsuite/experimental/string_view/operations/to_string/1.cc: New.

From-SVN: r211113
2014-06-01 18:23:41 +01:00
..
capacity Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cons re PR libstdc++/61374 (string_view::operator string() is buggy) 2014-06-01 18:23:41 +01:00
element_access re PR libstdc++/59531 (string_view overrun in copy operation) 2014-01-24 20:15:00 +00:00
inserters Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
literals Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
modifiers Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
operations re PR libstdc++/61374 (string_view::operator string() is buggy) 2014-06-01 18:23:41 +01:00
operators Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
range_access Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
types Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
include.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00