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

This commit is contained in:
2020-03-29 21:24:31 +02:00
父節點 8595978560
當前提交 b53aeadb8e
共有 5 個文件被更改,包括 1 次插入6 次删除

查看文件

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