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?
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?