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

STL compatibility for Corrade::Containers::Triple.

Including this header allows you to explicitly convert between Corrade::Containers::Triple and a three-element std::tuple using copy / move construction and assignment. See STL compatibility for more information.