commit | 5cac5ee6be6a4c5668b119c0e2967a5967ba6b35 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Mar 11 09:28:42 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Fri Mar 14 11:13:49 2025 -0600 |
tree | 7e714e52cc9a9ca700f9a259bf99a7b3b3ad7d7b | |
parent | 0a15ae610a313fe2d2c1a4b435d952888b6b5639 [diff] |
Remove std::hash specialization C++11 initially omitted specialization of std::hash for enumeration types, but this was rectified in LWG issue 2148. This patch removes a redundant specialization. Tested by rebuilding. Approved-By: Simon Marchi <simon.marchi@efficios.com>