Is std::hash guaranteed to be same across stdlib distributions

Viewed 685

If I did std::hash using libstdc++ and then did one on the upcoming C++11 VS 2012 library - would they match?

I assume that hash implementations are not part of the C++ specification and can vary by distribution?

3 Answers
Related