gcc/libstdc++-v3/include/profile/impl
Paolo Carlini 82c2f1bbd3 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
2010-06-22 15:28:02 +00:00
..
profiler_algos.h re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) 2010-05-11 10:22:18 +00:00
profiler_container_size.h re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
profiler_hash_func.h re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
profiler_hashtable_size.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler_list_to_slist.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler_list_to_vector.h re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
profiler_map_to_unordered_map.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler_node.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
profiler_state.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler_trace.h re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
profiler_vector_size.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler_vector_to_list.h libstdc++ profile mode bug fixes and minor updates 2010-01-10 08:25:23 +00:00
profiler.h re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) 2010-05-11 10:22:18 +00:00