don't link with boost anymore as regex is handled by std now

这个提交包含在:
2020-03-29 21:24:31 +02:00
父节点 c1991f15a3
当前提交 d671bc15e2
共有 5 个文件被更改,包括 1 次插入6 次删除

查看文件

@@ -1,6 +1,5 @@
#ifndef PARSER_H
#define PARSER_H
#include <boost/regex.hpp>
#include "iparser.h"