From 6420eeff0285d6d65dc05478de1804201b3ccacb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Aug 2004 00:02:01 +0000 Subject: [PATCH] temporary add to fix file in CVS From-SVN: r85917 --- gcc/testsuite/g++.old-deja/g++.robertl/eb42.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C index c27aa8d2df7..8850f9fa639 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C @@ -1,6 +1,6 @@ //Build don't link: -#include -#include +#include +#include template class Expr { @@ -14,6 +14,6 @@ inline bool compare(const Expr a, const Expr b){ return true; }; int main() { - std::vector a(3); - std::sort( a.begin(), a.end(), compare ); // ERROR - no matching function +vector a(3); +sort( a.begin(), a.end(), compare ); // ERROR - no matching function } -- 2.30.2