diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-24 09:51:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-24 09:51:40 +0000 |
commit | 4edf4b599912f3b42add5bbe5d1028c71af08263 (patch) | |
tree | c7864c9704c5402bac180928c2c1fb8afd2e40e9 /math | |
parent | ed163874f0c04b05b173c0120890ae214eac6008 (diff) | |
download | ports-4edf4b599912f3b42add5bbe5d1028c71af08263.tar.gz ports-4edf4b599912f3b42add5bbe5d1028c71af08263.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/graphthing/files/patch-src-edge.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/graphthing/files/patch-src-edge.h b/math/graphthing/files/patch-src-edge.h deleted file mode 100644 index cb55f316469e..000000000000 --- a/math/graphthing/files/patch-src-edge.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/edge.h.orig Tue Feb 12 05:49:28 2002 -+++ src/edge.h Fri Oct 25 15:44:14 2002 -@@ -26,7 +26,7 @@ - - Edge &operator= (const Edge &other); - bool operator== (const Edge &other) const; -- friend ostream &operator<< (ostream &o, const Edge &e); -+ friend std::ostream &operator<< (std::ostream &o, const Edge &e); - - bool incident_to (const Vertex *v1) const; - bool incident_to (const Vertex *v1, const Vertex *v2) const; |