commit | 9a343d2bb57c4555dedad9b43907aeeda7b51dae | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Sep 11 08:45:37 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Sep 11 11:40:40 2023 -0600 |
tree | 3a230b77933274b6513b0a5d576565e36e6e7318 | |
parent | 14432bde076fdee66e6163993eadf592742935da [diff] |
Specialize std::hash for ptid_t This changes hash_ptid to instead be a specialization of std::hash. This makes it a little easier to use with standard containers. Approved-By: Simon Marchi <simon.marchi@efficios.com>