Corrade/Utility/StlForwardTuple.h file new in 2019.10

Forward declaration for std::tuple.

On libc++, libstdc++ and MSVC STL includes a lightweight implementation-specific STL header containing just the forward declaration of std::tuple. On other implementations where forward declaration is unknown is equivalent to #include <tuple>.