Skip to content
Snippets Groups Projects
Commit 192c0e56 authored by henry's avatar henry Committed by Mark Olesen
Browse files

Cosmetic changes.

parent 063d8ede
Branches
Tags
No related merge requests found
......@@ -109,6 +109,7 @@ public:
template<class AnyType, class AnyHash>
HashSet(const HashTable<AnyType, Key, AnyHash>&);
// Member Functions
// Edit
......@@ -135,6 +136,7 @@ public:
return insert(lst);
}
// Member Operators
//- Return true if the entry exists, same as found()
......@@ -165,7 +167,6 @@ public:
//- Remove entries listed in the given HashSet from this HashSet
void operator-=(const HashSet<Key, Hash>&);
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment