home/src/regex_impl.hh

14 lines
176 B
C++
Raw Normal View History

#ifndef regex_impl_hh_INCLUDED
#define regex_impl_hh_INCLUDED
namespace Kakoune
{
class StringView;
void validate_regex(StringView re);
}
#endif // regex_impl_hh_INCLUDED