History log of /haiku/headers/private/shared/TypeOperation.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 94089b90 19-Apr-2014 Oliver Tappe <zooey@hirschkaefer.de>

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 refere

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).

show more ...