diff options
author | arved <arved@FreeBSD.org> | 2003-03-24 09:51:40 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-24 09:51:40 +0000 |
commit | 550d43893b2a443e4b9571c7b6c9143d3ba0cda4 (patch) | |
tree | 7da24624bbbaec1eef930dc213f8bb53c3323343 /math | |
parent | 365328674f08212ef5b90db2c04b75cc94d86d7f (diff) | |
download | FreeBSD-ports-550d43893b2a443e4b9571c7b6c9143d3ba0cda4.zip FreeBSD-ports-550d43893b2a443e4b9571c7b6c9143d3ba0cda4.tar.gz |
Collect a patch during last commit, that got integrated
Submitted by: kay_lehmann@web.de (Kay Lehmann)
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 cb55f31..0000000 --- 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; |