#ifndef meta_hh_INCLUDED #define meta_hh_INCLUDED namespace Kakoune { inline namespace Meta { struct AnyType{}; template struct Type : AnyType {}; template using void_t = void; } } #endif // meta_hh_INCLUDED