commit | 8675d15227529517e0a7e78e1524ad9cc76afc14 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Nov 01 13:07:16 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Nov 04 10:49:06 2024 -0700 |
tree | b85f13a53849770f951cdd79d50984e6b87b9112 | |
parent | ebc73070f4b85e4adee7d2f49cb32e2bd7b16324 [diff] |
Remove gdb::hash_enum gdb::hash_enum is a workaround for a small oversight in C++11: std::hash was not defined for enumeration types. This was rectified in C++14 and so we can remove the local workaround. Approved-By: Simon Marchi <simon.marchi@efficios.com>