Corrade/Utility/FormatStlStringView.h file new in Git master

STL std::string_view compatibility for Utility::format()

Including this header allows you to use a C++17 std::string_view in arguments to Utility::format(). A separate Corrade/Utility/FormatStl.h header provides compatibility with std::string.