Update FindTBB.cmake to look in the new version.h header.
Fix the incorrect allocator used with tbb::concurrent_hash_map. Define
a tbb_hash_compare specialization for std::pair to cope with the
deprecated tbb_hasher function being removed.
Adjust tbb_hash_compare specialization to account for TBB 2021.x
defining it in a different namespace.