mirror of
https://github.com/boostorg/container_hash.git
synced 2026-02-13 12:22:29 +00:00
ce6543623ed53c5da56b85e144bd7a5bc3ac0f6f
I think I was barking up the wrong tree - it could be that when calling hash_value with a function pointer the compiler was choosing the hash_value(bool) overload over the hash_value(T*) overload, so instead I'm trying to call the correct one by giving it a template parameter. Another alternative would be to calculate the hash function inside boost::hash. Unfortunately, if I'm right, this means that other calls to hash_value will go wrong for function pointers. [SVN r39972]
Description
Mirrored via gitea-mirror
Languages
C++
98%
CMake
1%
Shell
0.5%
Batchfile
0.4%
HTML
0.1%