libostd/ostd/tuple.hh
2017-01-28 19:06:52 +01:00

12 lines
230 B
C++

/* 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