projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414adbd
)
temporary add to fix file in CVS
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 13 Aug 2004 00:02:01 +0000
(
00:02
+0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 13 Aug 2004 00:02:01 +0000
(
00:02
+0000)
From-SVN: r85917
gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
index c27aa8d2df7c8b04b5b8008a59039e8ef56358a0..8850f9fa63981707aa80e324ca4755eca909b640 100644
(file)
--- 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 <vector>
-#include <algo
rithm
>
+#include <vector
.h
>
+#include <algo
.h
>
template <class T> class Expr
{
@@
-14,6
+14,6
@@
inline bool compare(const Expr<T> a, const Expr<T> b){ return true; };
int main()
{
-
std::
vector<int> a(3);
-
std::
sort( a.begin(), a.end(), compare ); // ERROR - no matching function
+vector<int> a(3);
+sort( a.begin(), a.end(), compare ); // ERROR - no matching function
}