r245090 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Feb 1 12:57:00 GMT 2017


Author: redi
Date: Wed Feb  1 12:57:35 2017
New Revision: 245090

URL: https://gcc.gnu.org/viewcvs?rev=245090&root=gcc&view=rev
Log:
PR78346 make <bits/predefined_ops.h> handle stashing iterators

	PR libstdc++/78346
	* include/bits/predefined_ops.h (_Iter_equals_iter): Store iterator
	not its referent.
	(_Iter_comp_to_iter): Likewise.
	* testsuite/25_algorithms/search/78346.cc: New test.

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/search/78346.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/predefined_ops.h



More information about the Libstdc++-cvs mailing list