r161193 - in /branches/gcc-4_5-branch/libstdc++...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Tue Jun 22 15:28:00 GMT 2010


Author: paolo
Date: Tue Jun 22 15:28:27 2010
New Revision: 161193

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161193
Log:
2010-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/44630
	* include/profile/impl/profiler_trace.h (__min, __max): Remove,
	use std::min, std::max everywhere.
	* include/profile/impl/profiler_container_size.h: Use std::min and
	std::max.
	* include/profile/impl/profiler_hash_func.h: Likewise.
	* include/profile/impl/profiler_list_to_vector.h: Likewise.

Modified:
    branches/gcc-4_5-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler_container_size.h
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
    branches/gcc-4_5-branch/libstdc++-v3/include/profile/impl/profiler_trace.h



More information about the Libstdc++-cvs mailing list