This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

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


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


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