aboutsummaryrefslogtreecommitdiff
path: root/src/regexengine.cpp
blob: 72bc3816952f9efc35b6865f0ca6338dcff05ee7 (plain)
1
2
3
4
5
#include "bu/regexengine.h"
#include "bu/utfstring.h"

template class Bu::RegExEngine<char>;
template class Bu::RegExEngine<Bu::UtfChar>;