This is the mail archive of the gcc-cvs@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]

r272160 - in /branches/gcc-9-branch/libstdc++-v...


Author: emsr
Date: Tue Jun 11 16:36:21 2019
New Revision: 272160

URL: https://gcc.gnu.org/viewcvs?rev=272160&root=gcc&view=rev
Log:
2019-06-11  Edward Smith-Rowland  <3dw4rd@verizon.net>

	Fix ConstexprIterator requirements tests - No constexpr algorithms!
	* testsuite/21_strings/basic_string_view/requirements/constexpr_iter.cc:
	Replace copy with hand-rolled loop.
	* testsuite/23_containers/array/requirements/constexpr_iter.cc:
	Ditto.


Modified:
    branches/gcc-9-branch/libstdc++-v3/ChangeLog
    branches/gcc-9-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/constexpr_iter.cc
    branches/gcc-9-branch/libstdc++-v3/testsuite/23_containers/array/requirements/constexpr_iter.cc


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