i'm attempting to use std::hash<hpx::thread::id> and found a template specialized version of std::hash<hpx::threads::id> in this file: hpx/threading_base/threading_base_fwd.hpp
The implementation makes use of a template specialized version of std::hash<hpx::threads::thread_data const*>. Would recycling that code for hpx::thread::id and hpx::threads::thread_data be sufficient or should I take another approach? v/r, ct
_______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
