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