id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6337,support hashing thread::id,Kohei Takahashi ,Anthony Williams,"I propose to be able to use thread::id as key type of unordered associative container, add hash_value free function under boost namespace. Simple implementation is here. {{{ // Should include boost/functional/hash.hpp // and declare as friend of thread::id. std::size_t hash_value(const thread::id &v) { return hash_value(v.thread_data.get()); } }}}",Feature Requests,closed,To Be Determined,thread,Boost 1.48.0,Not Applicable,duplicate,,