Fix wtf::PairHashTraits to support types with isEmptyValue.
Types such as RefPtr<P> provide a custom isEmptyValue function in their HashTraits. This fixes the std::pair HashTraits to support using such types in a std::pair. Review-Url: https://codereview.chromium.org/2042453002 Cr-Commit-Position: refs/heads/master@{#397861}
Showing
Please register or sign in to comment