diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-21 16:34:48 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-23 14:33:24 -0700 |
commit | 0f5c7d319c801ff432ede713148484584d968368 (patch) | |
tree | 290a60ae7e9edeaa19f9b434632a8c2afbdd1eb7 | |
parent | d9325637cccd019c2ac0e2f277b57308e185da02 (diff) |
remove comment about unordered_set; it is slower
-rw-r--r-- | src/relooper/Relooper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/relooper/Relooper.cpp b/src/relooper/Relooper.cpp index afb6ecc8..d79dca5a 100644 --- a/src/relooper/Relooper.cpp +++ b/src/relooper/Relooper.cpp @@ -8,8 +8,6 @@ #include "ministring.h" -// TODO: move all set to unorderedset - template <class T, class U> bool contains(const T& container, const U& contained) { return container.find(contained) != container.end(); } |