gcc 9 gives -Wnoexcept for these operators and, apparently, not making them noexcept prevents some optimizations in the standard library implementation of unordered_foo<>, so do add it.
gcc 9 gives -Wnoexcept for these operators and, apparently, not making them noexcept prevents some optimizations in the standard library implementation of unordered_foo<>, so do add it.