1 2 3 4 5
#include "bu/regexengine.h" #include "bu/utfstring.h" template class Bu::RegExEngine<char>; template class Bu::RegExEngine<Bu::UtfChar>;