2006-12-03 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29989
* include/bits/stl_algobase.h: Remove min and max #undefs.
From-SVN: r119467
+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.
iter_swap(__a, __b);
}
-#undef min
-#undef max
-
/**
* @brief This does what you think it does.
* @param a A thing of arbitrary type.