| 20 | |
| 21 | template<class Key> |
| 22 | std::string make_hash_function_name() |
| 23 | { |
| 24 | return std::string("boost_hash_") + type_name<Key>(); |
| 25 | } |
| 26 | |
| 27 | template<class Key> |
| 28 | inline std::string make_hash_function_source() |
nothing calls this directly
no outgoing calls
no test coverage detected