diff options
author | Thomas Lively <tlively@google.com> | 2022-10-19 15:55:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 13:55:10 -0700 |
commit | 8f0c8ce9b4bcfe446d8908e3104d7992b9896a30 (patch) | |
tree | a122bee58b16d4798e25a08df5e1aac08d8a5a75 /src/wasm/wasm-validator.cpp | |
parent | 829fa11c56d05335f441aab85953b4ef7ab56ba1 (diff) | |
download | binaryen-8f0c8ce9b4bcfe446d8908e3104d7992b9896a30.tar.gz binaryen-8f0c8ce9b4bcfe446d8908e3104d7992b9896a30.tar.bz2 binaryen-8f0c8ce9b4bcfe446d8908e3104d7992b9896a30.zip |
[NFC] Add a generic hash implementation for tuples (#5162)
We already provided a specialization of `std::hash` for arbitrary pairs, so add
one for `std::tuple` as well. Use the new specialization where we were
previously using nested pairs just to be able to use the pair specialization.
Diffstat (limited to 'src/wasm/wasm-validator.cpp')
0 files changed, 0 insertions, 0 deletions