re PR libstdc++/29989 (missed #undef min/max in <limits>)

2006-12-03  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/29989
	* include/bits/stl_algobase.h: Remove min and max #undefs.

From-SVN: r119467
This commit is contained in:
Paolo Carlini 2006-12-03 17:15:46 +00:00 committed by Paolo Carlini
parent a77f72d36e
commit 6bd70157d7
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-12-03 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29989
* include/bits/stl_algobase.h: Remove min and max #undefs.
2006-12-02 Howard Hinnant <hhinnant@apple.com>
* acinclude.m4: Allow OPTIMIZE_CXXFLAGS to be set by configure.host.

View File

@ -167,9 +167,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
iter_swap(__a, __b);
}
#undef min
#undef max
/**
* @brief This does what you think it does.
* @param a A thing of arbitrary type.