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

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

Including this header allows you to convert a Corrade::Containers::String / Corrade::Containers::StringView from and to std::string, and to have sequences of std::string convertible to a Corrade::Containers::StringIterable. A separate Corrade/Containers/StringStlView.h header provides compatibility with std::string_view from C++17, Corrade/Containers/StringStlHash.h then provides a std::hash specialization. See String STL compatibility and StringView STL compatibility and StringIterable STL compatibility for more information.