This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r161193 - in /branches/gcc-4_5-branch/libstdc++...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 22 Jun 2010 15:28:28 -0000
- Subject: 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