将257行开始的escape代码段注释掉即可,如下:
/escape
= chset_p(detail::widen(""\/bfnrt").c_str())
[typename Context::a_escape(self.c)]
| ‘u’ >> uint_parser<unsigned long, 16, 4, 4>()
[typename Context::a_unicode(self.c)]
;/
将257行开始的escape代码段注释掉即可,如下:
/escape
= chset_p(detail::widen(""\/bfnrt").c_str())
[typename Context::a_escape(self.c)]
| ‘u’ >> uint_parser<unsigned long, 16, 4, 4>()
[typename Context::a_unicode(self.c)]
;/