2008-09-23 Chris Fairles <cfairles@gcc.gnu.org>
+ * testsuite/25_algorithms/min/37547.cc: Return void to avoid warnings.
+ * testsuite/25_algorithms/max/37547.cc: Likewise.
+ * testsuite/25_algorithms/minmax/37547.cc: Likewise.
+
+2008-09-23 Chris Fairles <cfairles@gcc.gnu.org>
+
* include/std/chrono: If _GLIBCXX_USE_MONOTONIC_CLOCK is defined, don't
typedef monotonic_clock to system_clock and instead declare new class.
* src/chrono.cc: Conditionally define monotonic_clock::now().