From: Paolo Carlini Date: Mon, 15 Feb 2010 17:35:11 +0000 (+0000) Subject: median.cc: Adjust. X-Git-Tag: releases/gcc-4.5.0~770 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=961e1fdc405280ff4476149495111a20b7974b51;p=thirdparty%2Fgcc.git median.cc: Adjust. 2010-02-15 Paolo Carlini * testsuite/ext/median.cc: Adjust. From-SVN: r156780 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3334c13e13d9..4500583420ae 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-02-15 Paolo Carlini + + * testsuite/ext/median.cc: Adjust. + 2010-02-15 Paolo Carlini * include/bits/stl_algo.h (__median): Move... diff --git a/libstdc++-v3/testsuite/ext/median.cc b/libstdc++-v3/testsuite/ext/median.cc index 1c3798d59c5c..fe220d8ad421 100644 --- a/libstdc++-v3/testsuite/ext/median.cc +++ b/libstdc++-v3/testsuite/ext/median.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005, 2009 Free Software Foundation, Inc. +// Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -17,7 +17,7 @@ // median - SGI extension -#include +#include #include bool pred(const int& l, const int& r) @@ -25,9 +25,9 @@ bool pred(const int& l, const int& r) return l