libostd/octa/type_traits.h

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