diff options
Diffstat (limited to 'ice40/chip.h')
-rw-r--r-- | ice40/chip.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/chip.h b/ice40/chip.h index 8ba42290..3b4f19d1 100644 --- a/ice40/chip.h +++ b/ice40/chip.h @@ -747,8 +747,7 @@ NEXTPNR_NAMESPACE_END namespace std { template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType> { - std::size_t operator()(NEXTPNR_NAMESPACE_PREFIX BelType bt) const - noexcept + std::size_t operator()(NEXTPNR_NAMESPACE_PREFIX BelType bt) const noexcept { return std::hash<int>()(int(bt)); } |