2009/3/9 Daniel James <daniel_james@fmail.co.uk>:
Is a std::string constructed for every hash and equality call? I can't
see a way to avoid that without introducing a traits class.
Actually, I think SFINAE could be used to detect support. I'll look into it.