Corrade/Containers/StringStlHash.h file new in Git master

STL std::hash compatibility for Corrade::Containers::String and StringView.

Including this header adds a std::hash specialization for Corrade::Containers::String / StringView, making them usable in std::unordered_map and std::unordered_set. See String STL compatibility and StringView STL compatibility for more information.