Revert 6f68e52 and fix the gcc2 build via template.

* Instead of forcing the hash-table to use a copy of the key,
  introduce and use TypeOperation template to avoid taking a
  reference of a reference type (which gcc2 doesn't allow).
This commit is contained in:
Oliver Tappe
2014-04-20 00:26:29 +02:00
parent 8116f47f3e
commit 94089b909d
5 changed files with 84 additions and 3 deletions
@@ -0,0 +1 @@
#include <../private/shared/TypeOperation.h>