libostd/ostd/tuple.hh

12 lines
230 B
C++
Raw Normal View History

2015-07-11 01:38:11 +00:00
/* Tuples or OctaSTD. Partially taken from the libc++ project.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
2015-07-13 19:08:55 +00:00
#ifndef OSTD_TUPLE_HH
#define OSTD_TUPLE_HH
2015-07-11 01:38:11 +00:00
2015-07-13 19:08:55 +00:00
#include "ostd/internal/tuple.hh"
2015-07-11 01:38:11 +00:00
2016-02-07 21:17:15 +00:00
#endif