summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
Notes
Diffstat (limited to 'net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh')
-rw-r--r--net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh b/net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh
deleted file mode 100644
index 8208edb4bcdb..000000000000
--- a/net-mgmt/arts++/files/patch-classes::include::ArtsSelectionSet.hh
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./classes/include/ArtsSelectionSet.hh.orig Mon Oct 2 13:05:20 2000
-+++ ./classes/include/ArtsSelectionSet.hh Wed Sep 25 16:38:10 2002
-@@ -49,6 +49,7 @@
-
- #include <vector>
- #include <algorithm>
-+using namespace std;
-
- #include "ArtsSelection.hh"
-
-@@ -96,7 +97,7 @@
- //-------------------------------------------------------------------------
- bool Matches(const Type & value) const
- {
-- const_iterator selectionIter;
-+ typename ArtsSelectionSet<Type>::const_iterator selectionIter;
- bool rc = false;
-
- for (selectionIter = this->begin(); selectionIter != this->end();