may be more friendly for compiler

This commit is contained in:
yanyiwu 2016-08-10 23:59:28 +08:00
parent 53bc279dea
commit 4a755dff6a

View File

@ -8,7 +8,7 @@
namespace cppjieba {
const char* const SPECIAL_SEPARATORS = " \t\n,。";
const char* const SPECIAL_SEPARATORS = " \t\n\xEF\xBC\x8C\xE3\x80\x82";
using namespace limonp;