/* Tuples or OctaSTD. Partially taken from the libc++ project. * * This file is part of OctaSTD. See COPYING.md for futher information. */ #ifndef OSTD_TUPLE_HH #define OSTD_TUPLE_HH #include "ostd/internal/tuple.hh" #endif