Mark bucket_count() equality assertions as nonportable.
There's nothing in the Standard preventing an unordered container from always having a bucket count of at least 1000, or whatever. Any assertions for exact equality are nonportable and should be marked as such.