re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which…
re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 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. From-SVN: r161192
Showing
Please
register
or
sign in
to comment