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:
parent
a77f72d36e
commit
6bd70157d7
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user