kakoune/src/meta.hh
2017-03-16 09:57:39 +00:00

15 lines
166 B
C++

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