Skip to content

Commit 236b0ab

Browse files
committed
style: add noexcept
1 parent 0155957 commit 236b0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
template <>
1919
struct std::hash<plugify::EnumHandle> {
20-
std::size_t operator()(const plugify::EnumHandle& enumerator) const {
20+
std::size_t operator()(const plugify::EnumHandle& enumerator) const noexcept {
2121
return std::hash<std::uintptr_t>{}(enumerator);
2222
}
2323
};

0 commit comments

Comments
 (0)