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

这个提交包含在:
2020-03-29 21:24:31 +02:00
父节点 8595978560
当前提交 b53aeadb8e
修改 5 个文件,包含 1 行新增6 行删除

查看文件

@@ -24,7 +24,6 @@ SOFTWARE.
#include <map>
#include <cstdlib>
#include <fstream>
#include <boost/regex.hpp>
#include "logger.h"
#include "utils.h"