r203719 - in /branches/gcc-4_8-branch/libstdc++...

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Wed Oct 16 20:09:00 GMT 2013


Author: fdumont
Date: Wed Oct 16 20:09:18 2013
New Revision: 203719

URL: http://gcc.gnu.org/viewcvs?rev=203719&root=gcc&view=rev
Log:
2013-10-16  François Dumont  <fdumont@gcc.gnu.org>

	PR libstdc++/58191
	* include/debug/macros.h (__glibcxx_check_partitioned_lower): Add
	__gnu_debug::__base calls on iterators passed to internal debug
	check.
	(__glibcxx_check_partitioned_lower_pred): Likewise.
	(__glibcxx_check_partitioned_upper): Likewise.
	(__glibcxx_check_partitioned_upper_pred): Likewise.
	* include/debug/functions.h (__check_partitioned_lower):
	Remove code to detect safe iterators.
	(__check_partitioned_upper): Likewise.

Modified:
    branches/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_8-branch/libstdc++-v3/include/debug/functions.h
    branches/gcc-4_8-branch/libstdc++-v3/include/debug/macros.h



More information about the Libstdc++-cvs mailing list