home/src/meta.hh

15 lines
159 B
C++
Raw Normal View History

#ifndef meta_hh_INCLUDED
#define meta_hh_INCLUDED
namespace Kakoune
{
namespace Meta
{
template<typename T> struct Type {};
}
}
#endif // meta_hh_INCLUDED