Commit 88d6ae49 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #485 from tjhance/removeboxedunicode

remove ununsed class BoxedUnicode
parents ea1c4746 80f69250
......@@ -434,10 +434,6 @@ private:
void* operator new(size_t size) = delete;
};
class BoxedUnicode : public Box {
// TODO implementation
};
template <typename T> struct StringHash {
size_t operator()(const T* str) {
size_t hash = 5381;
......
Markdown is supported
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