The provided STL hash implementation can only hash strings allocated using the default allocators. Attempting to hash a string with a custom allocator provided will result in a compile-time error, as the specialization for strings will only accept std::string or std::wstring, and not equivalent string types but with custom allocators.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...