libostd/octa/type_traits.h
2015-04-12 21:41:02 +01:00

12 lines
189 B
C++

/* Type traits for OctaSTD.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_TYPE_TRAITS_H
#define OCTA_TYPE_TRAITS_H
namespace octa {
}
#endif